Gets the minimum element in the heap quickly. It takes O(1).
O(1)
A heap to be queried.
The minimum element.
Generated using TypeDoc
Gets the minimum element in the heap quickly. It takes
O(1)
.