Module 06. String Algorithms Lecture 1 - 2
Module 06. String Algorithms Lecture 1 - 2
String Algorithms
Module Outline:
• Naive String Matching
• Finite Automata Matcher
• Rabin Karp matching algorithm
• Knuth Morris Pratt
• Tries
• Suffix Tree
• Suffix Array
Introduction