Addressable Binary Heaps - v1.0.1
    Preparing search index...

    Function peek

    • Returns the minimum element (root) of the min-heap without removing it.

      Type Parameters

      Parameters

      • instance: H

        The min-heap instance.

      Returns undefined | H[0]

      The minimum element or undefined if heap is empty.