Skip to content

Commit 5f025c8

Browse files
authored
Added CSES problem in z-function.md
1 parent a0f92b2 commit 5f025c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/string/z-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ A solution is: compute the Z-function of $s$, loop through all $i$ such that $i$
203203
The proof for this fact is the same as the solution which uses the [prefix function](prefix-function.md).
204204

205205
## Practice Problems
206-
206+
* [CSES - Finding Borders](https://cses.fi/problemset/task/1732)
207207
* [eolymp - Blocks of string](https://www.eolymp.com/en/problems/1309)
208208
* [Codeforces - Password [Difficulty: Easy]](http://codeforces.com/problemset/problem/126/B)
209209
* [UVA # 455 "Periodic Strings" [Difficulty: Medium]](http://uva.onlinejudge.org/index.php?option=onlinejudge&page=show_problem&problem=396)

0 commit comments

Comments
 (0)