소스 검색

Added efficient string searching algorithms.

John Washam 9 년 전
부모
커밋
7d604ee32a
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      plan.txt

+ 8 - 0
plan.txt

@@ -523,6 +523,14 @@ Additional (not suggested by Google but I added):
 ##
 ##########################################################################################
 
+String search algorithm:
+    Knuth-Morris-Pratt (KMP):
+        - https://en.wikipedia.org/wiki/Knuth%E2%80%93Morris%E2%80%93Pratt_algorithm
+        - https://www.youtube.com/watch?v=2ogqPWJSftE
+    Boyer–Moore string search algorithm
+        - https://en.wikipedia.org/wiki/Boyer%E2%80%93Moore_string_search_algorithm
+        - https://www.youtube.com/watch?v=xYBM0_dChRE
+
 ##########################################################################################
 ##  Videos:
 ##########################################################################################