摘要: 疑问 Q:在 getfail 中怎么保证 bfs 不乱序的 代码 struct ACAM { #define Pt ACAM_N int size = 0; int son[Pt][26]; int fail[Pt]; int insert(char *s) { int sL = strlen(s 阅读全文
posted @ 2022-11-19 16:41 SkyMaths 阅读(21) 评论(0) 推荐(0)