Returns the minimum element (root) of the min-heap without removing it.
The type of min-heap array.
The min-heap instance.
The minimum element or undefined if heap is empty.
undefined
Returns the minimum element (root) of the min-heap without removing it.