Vidyalelo
Data Structure · Q21

String Matching

Programming · Data Structure · question 21

Q21

Which string matching algorithm is known for its use of multiple pattern matching in a single pass?

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

Answer: Option B

Solution

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