Examveda

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)

Answer: Option D


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms