Vidyalelo
Data Structure · Q73

Heaps

Programming · Data Structure · question 73

Q73

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

A.
O(n)
Answer
B.
O(nlogn)
C.
O(logn)
D.
O(1)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board