From 14322e43e9919fbf019a054edd3a45f9a005ee77 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 24 Apr 2018 15:07:11 +0300 Subject: [PATCH] Update README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 443dbef3..b53e85b9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ * **String** * [Levenshtein Distance](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/levenshtein-distance) - minimum edit distance between two sequences * [Hamming Distance](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/string/hamming-distance) - number of positions at which the symbols are different - * Huffman * Knuth Morris Pratt * Longest common subsequence * longest common substring