-
Notifications
You must be signed in to change notification settings - Fork 0
The Knuth-Morris-Pratt (KMP) algorithm is a linear time pattern matching algorithm that efficiently searches for occurrences of a pattern in a text. It pre-processes the pattern to determine a partial match table which is used to quickly skip over sections of the text that cannot match the pattern.
darian-catalin-cucer/kmp-algorithm
ErrorLooks like something went wrong!
About
The Knuth-Morris-Pratt (KMP) algorithm is a linear time pattern matching algorithm that efficiently searches for occurrences of a pattern in a text. It pre-processes the pattern to determine a partial match table which is used to quickly skip over sections of the text that cannot match the pattern.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published