InterviewSolution
Saved Bookmarks
| 1. |
What is the average case time complexity of tree 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.I'd like to ask this question from Sorting topic in division Sorting of Data Structures & Algorithms II |
|
Answer» Right ANSWER is (b) O(N log n) |
|