You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+1
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ If you're new to algorithms and data structures, here are a few good ones to sta
55
55
56
56
-[Brute-Force String Search](Brute-Force String Search/). A naive method.
57
57
-[Boyer-Moore](Boyer-Moore/). A fast method to search for substrings. It skips ahead based on a look-up table, to avoid looking at every character in the text.
58
+
- Knuth-Morris-Pratt
58
59
- Rabin-Karp
59
60
-[Longest Common Subsequence](Longest Common Subsequence/). Find the longest sequence of characters that appear in the same order in both strings.
0 commit comments