Vidyalelo
Data Structure · Q329

Sorting Algorithms

Programming · Data Structure · question 329

Q329

How many comparisons will be made to sort the array arr=1, 5, 3, 8, 2 using bucket sort?

A.
5
B.
7
C.
9
D.
0
Answer

Answer: Option D

Solution

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