Examveda

What is the time complexity of the Boyer-Moore string matching algorithm in the best case?

A. O(m + n)

B. O(n)

C. O(m/n)

D. O(m log n)

Answer: Option C


This Question Belongs to Data Structure >> String Matching

Join The Discussion

Related Questions on String Matching