• Returns the top element of the min-heap.

    Type Parameters

    Parameters

    • instance: H

      The min-heap instance.

    Returns undefined | H[0]

    The top element or undefined if the heap is empty.