Vidyalelo
Data Structure · Q131

Heaps

Programming · Data Structure · question 131

Q131

Given a heap of n nodes.The maximum number of tree for building the heap is.

A.
n
Answer
B.
n-1
C.
n/2
D.
logn

Answer: Option A

Solution

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