Vidyalelo
Data Structure · Q432

Sorting Algorithms

Programming · Data Structure · question 432

Q432

Time complexity of sleep sort can be approximated to be . . . . . . . .

A.
O(n + max(input))
B.
O(n2)
C.
O(n log n + max(input))
Answer
D.
O(n log n)

Answer: Option C

Solution

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