Page 1 of 1

In a binary min heap containing n elements, the largest element can be found in __________ time.

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) O(n)
b) O(nlogn)
c) O(logn)
d) O(1)