222wan

导航

2023年6月18日 #

算法与数据结构——kmp算法

摘要: 7-1 jmu-ds-实现KMP 分数 10 #include<stdio.h> #include<iostream> #include<string.h> using namespace std; const int MAX_LEN = 20010; //本题运用到字符串比对中的next[j]求法 阅读全文

posted @ 2023-06-18 10:13 角落的蘑菇 阅读(21) 评论(1) 推荐(0) 编辑