Vidyalelo
Data Structure · Q363

Sorting Algorithms

Programming · Data Structure · question 363

Q363

In how many comparisons does the array arr=1, 4, 2, 3, 5 gets sorted if we use sleep sort?

A.
5
B.
3
C.
1
D.
0
Answer

Answer: Option D

Solution

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