Unit SS: String Searching
Part A: PAT
Introduction
PAT Trees
Algorithms on PAT Trees
Building PAT Trees
PAT Arrays
Summary
Part B: String Matching
Naive Algorithm
Knuth-Morris-Pratt
Boyer-Moore and Variants
Shift-Or
Karp-Rabin
Summary
Survey report on string searching from Univ. of Wales (Bangor)
Article and listings of string matching functions