Vidyalelo
Data Structure · Q14

String Matching

Programming · Data Structure · question 14

Q14

Which string matching algorithm uses a heuristic to improve efficiency by skipping sections of the text?

A.
Rabin-Karp
B.
Knuth-Morris-Pratt (KMP)
C.
Boyer-Moore
Answer
D.
Naive Search

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board