Q28
What is the time complexity of Heap Sort in the best case scenario?
A.
O(n)
B.
O(n2)
C.
O(log n)
D.
O(n log n)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board