previous
|
index
|
next
The Efficiency of Binary Heap Adds and Removes
Q:
What property of a binary heap limits the number of operations that have to be performed when doing an add or remove?
A:
Its
height
.
Q:
What is the maximum height of a binary heap?
previous
|
index
|
next