Update README.

This commit is contained in:
Oleksii Trekhleb 2018-04-24 15:07:11 +03:00
parent 68fe1d8943
commit 14322e43e9

View File

@ -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