Vidyalelo
Data Structure · Q296

Sorting Algorithms

Programming · Data Structure · question 296

Q296

How many comparisons will be required to sort the array arr=5, 4, 7, 1, 9 using bead sort?

A.
5
B.
4
C.
6
D.
0
Answer

Answer: Option D

Solution

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