Database-Management-System
August 27, 2024Relational-Algebra
August 27, 2024Data-Structures
Question 683 |
The number of nodes of height h in any n-element heap is atmost:
n/2^(h+1) | |
n/2^(h-1)
| |
n/2^h
| |
n-1/2^(h-1) |
Correct Answer: A