diff options
Diffstat (limited to 'src/01/01b/README.md')
| -rw-r--r-- | src/01/01b/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/01/01b/README.md b/src/01/01b/README.md index ceab17a..a6e39a8 100644 --- a/src/01/01b/README.md +++ b/src/01/01b/README.md @@ -7,7 +7,7 @@ Student ID: 3431709 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. +Analyze the running time of the `push(x)` and `pop()` operations based on this implementation. 2. Description of the Code: 3. Errors and Warnings: |
