Vidyalelo
Data Structure · Q29

String Matching

Programming · Data Structure · question 29

Q29

Which string matching algorithm is the most suitable for real-time systems where speed is crucial?

A.
Rabin-Karp
B.
Boyer-Moore
Answer
C.
Naive Search
D.
Rabin-Karp

Answer: Option B

Solution

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