From 6c832ec5dc9fe5779637da80ad1b8765bfdb35bd Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Fri, 13 Apr 2018 17:40:19 +0300 Subject: [PATCH] Update READMEs. --- src/algorithms/string/permutations/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/algorithms/string/permutations/README.md b/src/algorithms/string/permutations/README.md index 1f0ff01b..739a27f4 100644 --- a/src/algorithms/string/permutations/README.md +++ b/src/algorithms/string/permutations/README.md @@ -14,6 +14,7 @@ When the order **does** matter it is a **Permutation**. ![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg) +Permutation with repetitions example ![Permutation With Repetitions](https://upload.wikimedia.org/wikipedia/commons/6/69/Permutations-With-Repetition.gif) ## References