Skip to content

Commit 2a9f304

Browse files
committed
upd
1 parent 7a28dbb commit 2a9f304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

copypasta/sam.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ todo 题单 https://www.luogu.com.cn/training/3202
4141
- LC1923 https://leetcode.cn/problems/longest-common-subpath/
4242
第 k 小子串(也可以用后缀数组做,见题解区)SPOJ SUBLEX https://www.luogu.com.cn/problem/SP7258
4343
- TJOI15 弦论 https://www.luogu.com.cn/problem/P3975
44-
动态本质不同子串个数(也可以用后缀数组做,见题解区)https://www.luogu.com.cn/problem/P4070
45-
区间本质不同子串个数(与 LCT 结合)https://www.luogu.com.cn/problem/P6292
46-
动态子串出现次数(与 LCT 结合)SPOJ NSUBSTR2 https://www.luogu.com.cn/problem/SP8747
47-
todo https://codeforces.com/problemset/problem/235/C
44+
https://www.luogu.com.cn/problem/P4070 动态本质不同子串个数(也可以用后缀数组做,见题解区)
45+
https://www.luogu.com.cn/problem/P6292 区间本质不同子串个数(与 LCT 结合)
46+
SPOJ NSUBSTR2 https://www.luogu.com.cn/problem/SP8747 动态子串出现次数(与 LCT 结合)
47+
todo https://codeforces.com/problemset/problem/235/C 2700 循环同构(也可以用后缀数组做)
4848
todo LC2730 变形:相邻字符改成相邻子串(连续重复子串) https://leetcode.cn/problems/find-the-longest-semi-repetitive-substring/
4949
*/
5050

0 commit comments

Comments
 (0)