UOFG_Algorithmics_1 > Lecture 5 - String/Pattern Search Intro > Flashcards
Applications of searching text for a string?
Variants of string/pattern searching?
What are the typical sizes of n and m, where n is the text size and m is the string size.
n is typically very large and m is typically quite small.