Page 1 of 1

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

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
a) O(1)
b) O(n/2)
c) O(logn/log(logn))
d) O(logn)