MCQOPTIONS
Saved Bookmarks
| 1. |
Time complexity of sleep sort can be approximated to be ___________ |
| A. | O(n + max(input)) |
| B. | O(n<sup>2</sup>) |
| C. | O(n log n + max(input)) |
| D. | O(n log n) |
| Answer» D. O(n log n) | |