Question
A programmer needs multi-key sorting, and the chosen structure has the property that equal-key records remain in their original relative order. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Stable Sorting
Explanation:
Stable Sorting fits because it supports multi-key sorting and equal-key records remain in their original relative order.
Both clues point to this choice.
Leave a Reply