What is the best 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 posed to me by my college director while I was bunking the class.
My question is taken from Sorting in division Sorting of Data Structures & Algorithms II