### 大纲 - BF 算法 - RK 算法 - BM 算法 - KMP 算法 - [Trie 树](https://github.com/ShannonChenCHN/algorithm-and-data-structure/issues/29) - AC 自动机 ### 题目列表 - KMP - [28. 实现 strStr()](https://leetcode-cn.com/problems/implement-strstr/)