InterviewSolution
Saved Bookmarks
| 1. |
What is its wort case time complexity of Heap sort?(a) O(nlogn)(b) O(n^2logn)(c) O(n^2)(d) O(n^3)The question was asked in a national level competition.The above asked question is from Heapsort topic in section Sorting of Data Structures & Algorithms II |
|
Answer» The correct choice is (a) O(nlogn) |
|