Examveda

What is the average-case time complexity of the Boyer-Moore algorithm?

A. O(m*n)

B. O(m)

C. O(m + n)

D. O(n)

Answer: Option C


This Question Belongs to Data Structure >> String Matching

Join The Discussion

Related Questions on String Matching