This library implements some basic string algorithm. The implementations are not optimized for performance but more for an educational purpose.
- Longest Common Subsequence
- Longest Common Substring
- Levenshtein Distance
- Hamming Distance
- Knuth-Morris-Pratt
- Boyer-Moore
- Z-Algorithm
- Trie
- Rope
- Lempel-Ziv-Welch