Skip to content

Commit fc86084

Browse files
authored
Merging links to Rabin-Karp (two versions)
1 parent f1245e1 commit fc86084

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ especially popular in field of competitive programming.*
2323

2424
### String Processing
2525
- [String Hashing](./string/string-hashing.html)
26-
- [Rabin-Karp Algorithm for String Matching](./string/rabin-karp.html)
26+
- [Rabin-Karp for String Matching](./string/rabin-karp.html) ([v2](./string/rabin-karp-algorithm.html))
2727
- [Suffix Array](./string/suffix-array.html)
2828
- [Z-function](./string/z-function.html)
29-
- [Rabin-Karp Algorithm](./string/rabin-karp-algorithm.html)
3029

3130
### Linear Algebra
3231
- [Gauss & System of linear equation](./linear_algebra/linear-system-gauss.html)

0 commit comments

Comments
 (0)