Lecture 13
Today’s topic: String Matching
- The Rabin-Karp algorithm for fast string matching.
Slides
Reading Guide
What should I know by the end of this set of lecture?
- How does Rabin-Karp work? What is the clever idea with hash-functions.
- How does Rabin-Karp compare with brute force string matching?