We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8b9d6 commit 60bfc1eCopy full SHA for 60bfc1e
README.md
@@ -24,7 +24,7 @@
24
25
### String Algorithm
26
+ [Aho-Corasick Algorithm](algorithms/Aho_Corasick.cpp)
27
-+ [Knuth-Morris-Pratt’s Algorithm](algorithms/knuth.cpp)
++ [Knuth-Morris-Pratt’s Algorithm](algorithms/kmp.cpp)
28
+ [Rabin Karp Pattern Searching](algorithms/rabin_karp.cpp)
29
+ [Z Algorithm](algorithms/z.cpp)
30
+ [Finite Automata Pattern Searching](algorithms/Finite_Automata_Pattern_Searching.cpp)
0 commit comments