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

    Function add

    • Adds a new element to the min-heap while maintaining the heap property. The element is initially added at the end and then bubbled up as needed.

      Type Parameters

      Parameters

      • instance: H

        The min-heap instance.

      • node: H[0]

        The new element to add.

      Returns void