mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Add permutations/combinations cheat sheets.
This commit is contained in:
@@ -37,6 +37,21 @@ For example the the lock below: it could be `333`.
|
||||
n * n * n ... (r times) = n^r
|
||||
```
|
||||
|
||||
## Cheat Sheets
|
||||
|
||||
Permutations cheat sheet
|
||||
|
||||

|
||||
|
||||
Combinations cheat sheet
|
||||
|
||||

|
||||
|
||||
Permutations/combinations algorithm ideas.
|
||||
|
||||

|
||||
|
||||
## References
|
||||
|
||||
[Math Is Fun](https://www.mathsisfun.com/combinatorics/combinations-permutations.html)
|
||||
- [Math Is Fun](https://www.mathsisfun.com/combinatorics/combinations-permutations.html)
|
||||
- [Permutations/combinations cheat sheets](https://medium.com/@trekhleb/permutations-combinations-algorithms-cheat-sheet-68c14879aba5)
|
||||
|
||||
Reference in New Issue
Block a user