Skip to main content

5 docs tagged with "String Matching"

View all tags

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.