摘要: 视频链接:F03【模板】KMP 算法——信息学竞赛算法_哔哩哔哩_bilibili Luogu P3375【模板】KMP字符串匹配 #include <cstring> #include <iostream> #include <algorithm> using namespace std; con 阅读全文
posted @ 2022-04-13 19:30 董晓 阅读(2835) 评论(0) 推荐(11) 编辑
摘要: 视频链接:602 字符串哈希_哔哩哔哩_bilibili #include <iostream> using namespace std; typedef unsigned long long ULL; const int N = 1000010, P = 131; int n, m; char s 阅读全文
posted @ 2022-04-13 19:21 董晓 阅读(1345) 评论(3) 推荐(3) 编辑
摘要: 视频链接:601 最小表示法_哔哩哔哩_bilibili Luogu P1368 【模板】最小表示法 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 7e5; 阅读全文
posted @ 2022-04-13 19:18 董晓 阅读(1109) 评论(1) 推荐(7) 编辑