| 6 | * than its children, ensuring that the root of the tree always holds the extremal value. |
| 7 | */ |
| 8 | class BinaryHeap { |
| 9 | /** |
| 10 | * Creates a new BinaryHeap instance. |
| 11 | * @constructor |
nothing calls this directly
no outgoing calls
no test coverage detected