• Returns an iterator for traversing the max-heap element keys.

    Type Parameters

    Parameters

    • instance: H

      The max-heap instance.

    • Optionalreversed: boolean = false

      If true, the iterator will traverse the max-heap in reverse order.

    Returns Generator<number, void, unknown>

    A generator that yields max-heap element keys in the provided order.