ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What character shift tables does Boyer-Moore's search algorithm use?
Correct Answer: D — Both good and bad character shift tables
Boyer-Moore's algorithm uses both good-character and bad-character shift tables, whereas Quick search uses only bad-character shift tables.