会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MukoiAoi
博客园
首页
新随笔
联系
订阅
管理
2020年3月30日
(17/34)AC自动机/后缀数组/后缀自动机(施工中)
摘要: 快补题别再摸鱼了(17/34) 1.AC自动机 #define maxnode 1000010 #define maxsize 26 struct ahocT{ int ch[maxnode][maxsize]; int e[maxnode],fail[maxnode]; int sz; void
阅读全文
posted @ 2020-03-30 12:37 MukoiAoi
阅读(206)
评论(0)
推荐(0)
编辑
公告