Question
Which data structure or concept is best described as a distribution sort that places values into buckets before sorting within them?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Bucket Sort
Explanation:
Bucket Sort is a distribution sort that places values into buckets before sorting within them.
This description distinguishes it from the other choices.
Leave a Reply