Question
A programmer needs sorting integers from a small known range, and the chosen structure has the property that its running time depends on both item count and key range. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Counting Sort
Explanation:
Counting Sort fits because it supports sorting integers from a small known range and its running time depends on both item count and key range.
Both clues point to this choice.
Leave a Reply