Vidyalelo
Data Structure · Q109

Heaps

Programming · Data Structure · question 109

Q109

The leaf node for a heap of height h will be at which position.

A.
h
B.
h-1
C.
h or h-1
Answer
D.
h-2

Answer: Option C

Solution

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