8000 Add String Hashing on Kattis as a Practice Problem · cp-algorithms/cp-algorithms@890ea70 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 890ea70

Browse files
authored
Add String Hashing on Kattis as a Practice Problem
1 parent bb7f9e1 commit 890ea70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/string/string-hashing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ When comparing $10^6$ strings with each other, the probability that at least one
207207
## Practice Problems
208208
* [Good Substrings - Codeforces](https://codeforces.com/contest/271/problem/D)
209209
* [A Needle in the Haystack - SPOJ](http://www.spoj.com/problems/NHAY/)
210+
* [String Hashing - Kattis](https://open.kattis.com/problems/hashing)
210211
* [Double Profiles - Codeforces](http://codeforces.com/problemset/problem/154/C)
211212
* [Password - Codeforces](http://codeforces.com/problemset/problem/126/B)
212213
* [SUB_PROB - SPOJ](http://www.spoj.com/problems/SUB_PROB/)

0 commit comments

Comments
 (0)
0