diff options
| author | mo khan <mo.khan@gmail.com> | 2020-07-04 13:25:07 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-07-04 13:25:07 -0600 |
| commit | 3a4d12567acb3bca96e05d2fe52394f851f644de (patch) | |
| tree | 99cf4ea1229894b3650e772faff67bbe95625c6c /src | |
| parent | 7b2027010e6ff0be7f8fd761fa4d68edc1ebe9ea (diff) | |
Convert to headings
Diffstat (limited to 'src')
| -rw-r--r-- | src/01/01b/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/01/01b/README.md b/src/01/01b/README.md index a6e39a8..bc25dc6 100644 --- a/src/01/01b/README.md +++ b/src/01/01b/README.md @@ -3,13 +3,13 @@ Name: Mo Khan Student ID: 3431709 -1. Problem Statement: +## Problem Statement: Implement the stack methods `push(x)` and `pop()` using two queues. Analyze the running time of the `push(x)` and `pop()` operations based on this implementation. -2. Description of the Code: -3. Errors and Warnings: -4. Sample Input and Output: -5. Discussion: +## Description of the Code +## Errors and Warnings +## Sample Input and Output +## Discussion |
