【关于字符串要补的题】


Longest Common Substring

http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=28016

后缀数组  (误)   只能用后缀自动机。。后缀数组超时

Longest Common Substring II

http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=28017

后缀自动机


Common Substring

http://acm.tju.edu.cn/toj/showp4122.html

后缀自动机


POJ2774
http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=19246

后缀数组基础应用。

http://blog.csdn.net/zy691357966/article/details/46996799


HDU2222

AC自动机入门题

posted on 2015-07-20 03:50  DDUPzy  阅读(127)  评论(0编辑  收藏  举报

导航