Computer Science, asked by neeliharsha7, 11 months ago

he number of buckets used in bucket sort is problem specific.

Answers

Answered by sjshah0603
0

Answer:

Explanation:

In the Bucket Sorting technique, the data items are distributed in a set of buckets. Each bucket can hold a similar type of data. After distributing, each bucket is sorted using another sorting algorithm. After that, all elements are gathered on the main list to get the sorted form.

PLEASE MARK ME AS BRAINLIEST

Similar questions