
SAM
ipqhjjybj
学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HDU 4641 SAM
动态在尾部加入字符,统计原创 2014-06-28 15:35:11 · 1089 阅读 · 0 评论 -
hdu4436 SAM_多串匹配
题目链接:Click here jiang原创 2014-06-22 12:47:04 · 1240 阅读 · 0 评论 -
poj1509_SAM_简单题。。
题目: click here原创 2014-06-22 14:29:14 · 1138 阅读 · 0 评论 -
hdu_1403_SAM_求最小公共前缀
题目: click here 就是求最小公共前缀 #include #include #include #include using namespace std; const int MAX_NODES = 3555555; const int N = 1111111; struct node{ struct node *ch[26]; struct node *原创 2014-06-22 15:15:30 · 1156 阅读 · 0 评论