[−][src]Crate kmp
Knuth–Morris–Pratt pattern matching algorithm
Functions
kmp_find | Finds a |
kmp_find_with_lsp_table | Finds a |
kmp_match | Matches a |
kmp_match_with_lsp_table | Matches a |
kmp_table | Generate a list of possible fallback positions for the needle, called a |