Skip to content

Commit 061b2cc

Browse files
committed
Update README.md for factorial.py
1 parent 885b6cf commit 061b2cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ These programs can be imported and used as modules in your programs.
3030
- Tower of Hanoi puzzle
3131
- Uses Stack DS from stack.py as Rods
3232
- Display Steps
33+
34+
5. factorial.py
35+
- Factorial of a Positive Integer
36+
- Iteration (for & while)
37+
- Recursion

0 commit comments

Comments
 (0)