From e8de00c9695750ef465fc57b755778900190fa98 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 17 Apr 2018 19:41:04 +0300 Subject: [PATCH] Add permutations and combinations. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d59a2964..b8c50e82 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ * [Least Common Multiple (LCM)](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/least-common-multiple) * [Fisher–Yates Shuffle](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fisher-yates) - random permutation of a finite sequence * **String** - * [Permutations](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/permutations) - with and without repetitions + * [Permutations](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/permutations) (with and without repetitions) * Combination * Minimum Edit distance (Levenshtein Distance) * Hamming