zalgorithm
There are 3 repositories under zalgorithm topic.
linkdotnet/StringOperations
Implementation of some known string algorithmn and data structures like: Rope, Trie, Knuth Morris Pratt, Boyer Moore, Levenshtein
jumbuna/data-structures-algorithms-java
Implementation Of Common Data Structures And Algorithms Using Java.
npar0005/Z-Algorithm
A linear-time string preprocessing algorithm. Can be used for linear-time pattern matching O(n+m)