摘要:
视频链接:F03【模板】KMP 算法——信息学竞赛算法_哔哩哔哩_bilibili Luogu P3375【模板】KMP字符串匹配 #include <cstring> #include <iostream> #include <algorithm> using namespace std; con 阅读全文
摘要:
视频链接:602 字符串哈希_哔哩哔哩_bilibili #include <iostream> using namespace std; typedef unsigned long long ULL; const int N = 1000010, P = 131; int n, m; char s 阅读全文
摘要:
视频链接:601 最小表示法_哔哩哔哩_bilibili Luogu P1368 【模板】最小表示法 #include <iostream> #include <cstring> #include <algorithm> using namespace std; const int N = 7e5; 阅读全文