Skip to main content

6 docs tagged with "String Matching"

View all tags

Aho-Corasick Algorithm

Learn about the Aho-Corasick string matching algorithm, Trie construction, failure links, and multi-pattern searches.

Strings

The KMP algorithm is an efficient method for substring searching in a string.

Suffix Tree Algorithm

Construct and search a Suffix Tree efficiently to represent all suffixes of a string for substring searching and pattern matching.