Question
A programmer needs small or nearly sorted datasets, and the chosen structure has the property that it is adaptive to existing order. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Insertion Sort
Explanation:
Insertion Sort fits because it supports small or nearly sorted datasets and it is adaptive to existing order.
Both clues point to this choice.
Leave a Reply