algorithm/算法/learn/体系/28.KMP算法.md

4 lines
222 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

KMP算法全称Knuth-Morris-Pratt字符串查找算法由三位发明者的姓氏命名是可以在文本串s中快速查找模式串p的一种算法。
求解next数组匹配加速.
next数组比对往右跳.