InterviewSolution
Saved Bookmarks
| 1. |
What is the worst case time complexity of tree sort (when implemented with a balanced tree)?(a) O(n)(b) O(n log n)(c) O(n^2)(d) O(log n) |
|
Answer» Correct answer is (b) O(n LOG n) |
|