ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Quick search algorithm starts searching from the rightmost character to the left.
Correct Answer: B — False
Quick search algorithm starts searching from the leftmost character to the right, and uses only bad-character shift tables.