随笔分类 -  KMP算法

摘要:1 /* 核心代码 */ 2 3 4 5 #include 6 #include 7 8 using namespace std; 9 const int N=100005;10 11 void getNext(string p,int *next... 阅读全文
posted @ 2014-07-28 08:39 四十四次日落 阅读(159) 评论(0) 推荐(0)