Commit 3a4d125

mo khan <mo.khan@gmail.com>
2020-07-04 19:25:07
Convert to headings
1 parent 7b20270
Changed files (1)
src
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