InterviewSolution
Saved Bookmarks
| 1. |
Time complexity of sleep sort can be approximated to be ___________(a) O(n + max(input))(b) O(n^2)(c) O(n log n + max(input))(d) O(n log n)The question was posed to me in semester exam.Question is from Sorting topic in portion Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (c) O(n log n + MAX(input)) |
|