Examveda

How many elements can be sorted in O(logn) time using Heap sort?

A. O(1)

B. O(n/2)

C. O(logn/log(logn))

D. O(logn)

Answer: Option C


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms