InterviewSolution
Saved Bookmarks
| 1. |
What is the worst case time complexity of Tim sort?(a) O(n)(b) O(n log n)(c) O(n^2)(d) O(log n)The question was asked by my college director while I was bunking the class.I'd like to ask this question from Sorting in chapter Sorting of Data Structures & Algorithms II |
|
Answer» Right choice is (b) O(N log n) |
|