Skip to main content

7 docs tagged with "String Matching"

View all tags

Strings

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

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.