ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
The searching phase in Quick search algorithm has good practical behaviour.
Correct Answer: A — True
During the searching phase, comparisons can be done in any order. It has quadratic worst-case behaviour but good practical behaviour.