Vidyalelo
Data Structure · Q21

Sorting Algorithms

Programming · Data Structure · question 21

Q21

What is the key idea behind the Bucket Sort algorithm?

A.
Sorting elements based on their frequency.
B.
Sorting elements by swapping.
C.
Distributing elements into buckets and sorting each bucket individually.
Answer
D.
Sorting elements by comparing them.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board