We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174ad08 commit d014f31Copy full SHA for d014f31
README.md
@@ -46,3 +46,7 @@ These programs can be imported and used as modules in your programs.
46
- nPr
47
- nCr
48
- Uses factorial.py for calculating factorials
49
+
50
+8. pascal_triangle.py
51
+ - Pascal's Triangle
52
+ - Uses permutations_combinations.py for calculating nCr
0 commit comments