

MCQOPTIONS
Saved Bookmarks
1. |
What is the worst case running time in searching phase of Boyer-Moore’s algorithm? |
A. | O(n) |
B. | O(log n) |
C. | O(m+n) |
D. | O(mn) |
Answer» E. | |