What is the best case time complexity of strand sort?
(a) O(n)
(b) O(n log n)
(c) O(n^2)
(d) O(n^2 log n)
I got this question in an internship interview.
This intriguing question originated from Sorting topic in section Sorting of Data Structures & Algorithms II