Skip to content

Commit 60bfc1e

Browse files
committed
broken link fixed
1 parent 4c8b9d6 commit 60bfc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
### String Algorithm
2626
+ [Aho-Corasick Algorithm](algorithms/Aho_Corasick.cpp)
27-
+ [Knuth-Morris-Pratt’s Algorithm](algorithms/knuth.cpp)
27+
+ [Knuth-Morris-Pratt’s Algorithm](algorithms/kmp.cpp)
2828
+ [Rabin Karp Pattern Searching](algorithms/rabin_karp.cpp)
2929
+ [Z Algorithm](algorithms/z.cpp)
3030
+ [Finite Automata Pattern Searching](algorithms/Finite_Automata_Pattern_Searching.cpp)

0 commit comments

Comments
 (0)