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.
Version1.2.0compared with
Version Details
| 1.1.1 | 1.2.0 | |
|---|---|---|
| Release date | Aug 25, 2025 | Aug 31, 2025 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.