2007年9月30日

终于有算最长重复子串(数)的后缀数组啦,nice

摘要: #include #include #include using namespace std; const int MAX = 25000; 1#include 2#include 3#include 4using namespace std; 5 6const int MAX = 25000; 7int num[MAX]; 8int mem[3][MA... 阅读全文

posted @ 2007-09-30 23:33 xmx 阅读(1361) 评论(1) 推荐(0)

导航