Question
A programmer needs uniformly distributed numeric data, and the chosen structure has the property that performance depends on how evenly items spread across buckets. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Bucket Sort
Explanation:
Bucket Sort fits because it supports uniformly distributed numeric data and performance depends on how evenly items spread across buckets.
Both clues point to this choice.
Leave a Reply