Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/algorithms/sets/permutations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ n * (n-1) * (n -2) * ... * 1 = n!
## Permutations with repetitions

When repetition is allowed we have permutations with repetitions.
For example the the lock below: it could be `333`.
For example, the lock below could be `333`.

![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg)
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/permutation-lock.jpg)

**Number of combinations**

Expand Down