We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885b6cf commit 061b2ccCopy full SHA for 061b2cc
README.md
@@ -30,3 +30,8 @@ These programs can be imported and used as modules in your programs.
30
- Tower of Hanoi puzzle
31
- Uses Stack DS from stack.py as Rods
32
- Display Steps
33
+
34
+5. factorial.py
35
+ - Factorial of a Positive Integer
36
+ - Iteration (for & while)
37
+ - Recursion
0 commit comments