2 releases
0.1.1 | Oct 24, 2019 |
---|---|
0.1.0 | Oct 23, 2019 |
#2375 in Algorithms
1,054 downloads per month
Used in ctf-pwn
20KB
343 lines
Knuth–Morris–Pratt
Various functions using the Knuth–Morris–Pratt algorithm to efficiently find patterns.
lib.rs
:
Knuth–Morris–Pratt pattern matching algorithm