mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Update README.
This commit is contained in:
parent
68fe1d8943
commit
14322e43e9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user