We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0318609 commit 68d05f2Copy full SHA for 68d05f2
README.md
@@ -7,7 +7,7 @@ These programs can be imported and used as modules in your programs.
7
#### Programs:
8
9
1. matrix_operations.py
10
- - Mathematical operations on matrices
+ - Mathematical operations on Matrices
11
- Addition
12
- Subtraction
13
- Multiplication
@@ -25,3 +25,7 @@ These programs can be imported and used as modules in your programs.
25
- Pre order
26
- In order
27
- Post order
28
+
29
+4. tower_of_hanoi_stack.py
30
+ - Tower of Hanoi puzzle
31
+ - Uses Stack DS from stack.py as Rods
0 commit comments