1. String #

Created Tue May 14, 2024 at 9:38 PM

API #

See 1-Containers

Solving use #

Practical use #

Notable info #

String matching #

Text-editing programs frequently need to find all occurrences of a pattern in the text.

Naive algorithm #

KMP (Knuth-Morris-Pratt) #

Rabin-Karp #