Vidyalelo
Data Structure · Q7

String Matching

Programming · Data Structure · question 7

Q7

Which string matching algorithm is typically used in text editors for search functionality?

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

Answer: Option D

Solution

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