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