We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09debd3 commit d3d8a46Copy full SHA for d3d8a46
src/algorithms/string/permutations/README.md
@@ -7,3 +7,13 @@ A string of length `n` has `n!` permutation.
7
Below are the permutations of string `ABC`.
8
9
`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
+
16
17
+## References
18
19
+[Math Is Fun](https://www.mathsisfun.com/combinatorics/combinations-permutations.html)
0 commit comments