摘要: @(学习笔记)[后缀自动机] 不想写了. 贴一份代码吧. cpp include include struct suffixAutomaton { const int ORG = 'A'; struct state { int stp; state pre, suc[1 stp + 1), p = 阅读全文
posted @ 2017-03-25 10:09 Zeonfai 阅读(155) 评论(0) 推荐(0)