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

    Function peek

    • Returns the maximum element (root) of the max-heap without removing it.

      Type Parameters

      Parameters

      • instance: H

        The max-heap instance.

      Returns H[0] | undefined

      The maximum element or undefined if heap is empty.