Skip to content

Commit 441320a

Browse files
committed
Update README.md for permutations_combinations.py
1 parent 60898ea commit 441320a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ These programs can be imported and used as modules in your programs.
4040
- Factors of Non-Zero Integers
4141
- Iteration (for & while)
4242
- Recursion
43+
44+
7. permutations_combinations.py
45+
- Permutations & Combinations
46+
- nPr
47+
- nCr
48+
- Uses factorial.py for calculating factorials

0 commit comments

Comments
 (0)