Files
912-notes/thu_dsa/chp11/string.md
2019-08-28 14:13:54 +08:00

14 lines
292 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.
Conclusions on String
====================
+ `串`的特点:串长要远远大于字母表的大小
## KMP
> 为什么要取最长自匹配?
快速右移 + 避免回退。(怎么理解)
## BM
kmp是利用经验的高手那么bm就是吸取教训的高手
适用于大字符集