ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the worst case running time in the searching phase of Boyer-Moore's algorithm?
Correct Answer: D — O(mn)
If the pattern occurs in the text, the worst case running time of Boyer-Moore's algorithm is O(mn).