Lecture 5 - String/Pattern Search Intro Flashcards
1
Q
Applications of searching text for a string?
A
- information retrieval
- text editing
- computational biology
2
Q
Variants of string/pattern searching?
A
- first occurance of string
- all occurances of a string
- one text and many different strings/patterns
- many texts and one string/pattern
3
Q
What are the typical sizes of n and m, where n is the text size and m is the string size.
A
n is typically very large and m is typically quite small.