Skip to content

Commit 68d05f2

Browse files
committed
Update README.md for tower_of_hanoi_stack.py
1 parent 0318609 commit 68d05f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These programs can be imported and used as modules in your programs.
77
#### Programs:
88

99
1. matrix_operations.py
10-
- Mathematical operations on matrices
10+
- Mathematical operations on Matrices
1111
- Addition
1212
- Subtraction
1313
- Multiplication
@@ -25,3 +25,7 @@ These programs can be imported and used as modules in your programs.
2525
- Pre order
2626
- In order
2727
- 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

Comments
 (0)