This website requires JavaScript.
Explore
Help
Register
Sign In
huayu-learn
/
algorithm
Watch
1
Star
0
Fork
You've already forked algorithm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ed39479088
algorithm
/
算法
/
learn
/
体系
/
28.KMP算法.md
222 B
Raw
Blame
History
Unescape
Escape
KMP算法
(
全称Knuth-Morris-Pratt字符串查找算法
,
由三位发明者的姓氏命名
)
是可以在文本串s中快速查找模式串p的一种算法。
求解next数组匹配加速.
next数组比对往右跳.