Skip to content

Commit c8ea23f

Browse files
sanctadamant-pwn
authored andcommitted
feat(manacher): add more practice problems
1 parent 2b72f4a commit c8ea23f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/string/manacher.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,3 +197,5 @@ For simplicity, splitting the array into $d_1$ and $d_2$ as well as their explic
197197
- [UVA 11475 - Extend to Palindrome](https://onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=26&page=show_problem&problem=2470)
198198
- [GYM - (Q) QueryreuQ](https://codeforces.com/gym/101806/problem/Q)
199199
- [CF - Prefix-Suffix Palindrome](https://codeforces.com/contest/1326/problem/D2)
200+
- [SPOJ - Number of Palindromes](https://www.spoj.com/problems/NUMOFPAL/)
201+
- [Kattis - Palindromes](https://open.kattis.com/problems/palindromes)

0 commit comments

Comments
 (0)