Skip to content

Commit d3d8a46

Browse files
committed
Update READMEs.
1 parent 09debd3 commit d3d8a46

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/algorithms/string/permutations/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ A string of length `n` has `n!` permutation.
77
Below are the permutations of string `ABC`.
88

99
`ABC ACB BAC BCA CBA CAB`
10+
11+
When the order doesn't matter, it is a **Combination**.
12+
13+
When the order **does** matter it is a **Permutation**.
14+
15+
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg)
16+
17+
## References
18+
19+
[Math Is Fun](https://www.mathsisfun.com/combinatorics/combinations-permutations.html)

0 commit comments

Comments
 (0)