File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ todo 题单 https://www.luogu.com.cn/training/3202
41
41
- LC1923 https://leetcode.cn/problems/longest-common-subpath/
42
42
第 k 小子串(也可以用后缀数组做,见题解区)SPOJ SUBLEX https://www.luogu.com.cn/problem/SP7258
43
43
- 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 循环同构(也可以用后缀数组做)
48
48
todo LC2730 变形:相邻字符改成相邻子串(连续重复子串) https://leetcode.cn/problems/find-the-longest-semi-repetitive-substring/
49
49
*/
50
50
You can’t perform that action at this time.
0 commit comments