字符串匹配算法解决

本题是经典的字符串单模匹配的模型,因此可以使用字符串匹配算法解决,常见的字符串匹配算法包括暴力匹配、\text{Knuth-Morris-Pratt}Knuth-Morris-Pratt 算法、\text{Boyer-Moore}Boyer-Moore 算法、\text{Sunday}Sunday 算法等,本文将讲解 \text{Knuth-Morris-Pratt}Knuth-Morris-Pratt 算法。

作者:LeetCode-Solution
链接:https://leetcode.cn/problems/implement-strstr/solution/shi-xian-strstr-by-leetcode-solution-ds6y/
来源:力扣(LeetCode)
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

posted @ 2022-05-20 17:02  papering  阅读(35)  评论(0编辑  收藏  举报