Question
A programmer needs fast general-purpose in-memory sorting, and the chosen structure has the property that poor pivot choices can produce quadratic time. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Quick Sort
Explanation:
Quick Sort fits because it supports fast general-purpose in-memory sorting and poor pivot choices can produce quadratic time.
Both clues point to this choice.
Leave a Reply