Loading practice questions
What character shift tables does the Quick search algorithm use?
Correct Answer: B — Bad-character shift tables
Explanation:
Quick search algorithm uses only bad-character shift tables, which is one of the reasons for its increased speed over Boyer-Moore's algorithm.