2022年6月7日
摘要: 时间复杂度:$O(s * n(建树) + s * n(失配指针) + t * s(查询最坏的时候) )$ https://www.luogu.com.cn/problem/P3808 求有多少个不同的模式串在文本串里出现过。两个模式串不同当且仅当他们编号不同。 ``` #include using 阅读全文
posted @ 2022-06-07 22:31 Hamine 阅读(31) 评论(0) 推荐(0) 编辑