Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9c4c6c

Browse files
authored
Mentioned Knuth-Morris-Pratt in index.md (#599)
The [Prefix function](./string/prefix-function.html) article's name in `index.md` should also mention the name "Knuth-Morris-Pratt" as this is the name by which algorithm is rather popular. Otherwise, it is difficult to find the article for those looking solely for KMP.
1 parent eb9ed05 commit d9c4c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ and adding new articles to the collection.*
7474
- **Fundamentals**
7575
- [String Hashing](./string/string-hashing.html)
7676
- [Rabin-Karp for String Matching](./string/rabin-karp.html)
77-
- [Prefix function](./string/prefix-function.html)
77+
- [Prefix function - Knuth-Morris-Pratt](./string/prefix-function.html)
7878
- [Z-function](./string/z-function.html)
7979
- [Suffix Array](./string/suffix-array.html)
8080
- [Aho-Corasick algorithm](./string/aho_corasick.html)

0 commit comments

Comments
 (0)