Update READMEs.

This commit is contained in:
Oleksii Trekhleb
2018-04-13 17:38:00 +03:00
parent 09debd37df
commit d3d8a467e5

View File

@ -7,3 +7,13 @@ A string of length `n` has `n!` permutation.
Below are the permutations of string `ABC`.
`ABC ACB BAC BCA CBA CAB`
When the order doesn't matter, it is a **Combination**.
When the order **does** matter it is a **Permutation**.
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg)
## References
[Math Is Fun](https://www.mathsisfun.com/combinatorics/combinations-permutations.html)