Page 1 of 1

Time complexity of sleep sort can be approximated to be ___________

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(n + max(input))
b) O(n2)
c) O(n log n + max(input))
d) O(n log n)