Commit 3a4d125
Changed files (1)
src
01
01b
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