Knuth-Morris-Pratt Algorithm

ConceptMentioned in 1 video

An efficient string-searching algorithm for finding occurrences of a 'word' within a 'text'. Developed independently by Jim Morris, Vaughn Pratt, and Don Knuth, who then combined their insights to publish the definitive paper.