algorithm
92.Algorithm KMP
io.github.zhitron » algorithm-kmp Apache
Java implementation of the Knuth-Morris-Pratt (KMP) algorithm for efficient pattern matching in sequences.
Achieves O(n+m) time complexity through prefix-function computation, avoiding unnecessary character comparisons.
Last Release on Aug 31, 2025
Parent module for (active) automata learning algorithms shipped with LearnLib
Last Release on Feb 6, 2025
Parent module for (passive) automata learning algorithms shipped with LearnLib
Last Release on Feb 6, 2025
