KMP 算法
个人习惯-1开始,原理就是返回对应位置字符的上一个坐标。
28.实现strStr() Find the index of the FirstOccurence in a String
KMP应用
459.重复的子字符串Repeated Substring Pattern
移动匹配考虑ss取中存在新s
KMP考虑len % (len - len_subString) = 0时一定为周期串
KMP 算法
个人习惯-1开始,原理就是返回对应位置字符的上一个坐标。
28.实现strStr() Find the index of the FirstOccurence in a String
KMP应用
459.重复的子字符串Repeated Substring Pattern
移动匹配考虑ss取中存在新s
KMP考虑len % (len - len_subString) = 0时一定为周期串