InterviewSolution
Saved Bookmarks
| 1. |
What is the auxiliary space requirement of Tim sort?(a) O(n)(b) O(n log n)(c) O(n^2)(d) O(log n)This question was posed to me by my school principal while I was bunking the class.Query is from Sorting in portion Sorting of Data Structures & Algorithms II |
|
Answer» The correct choice is (a) O(N) |
|