• Increases the key value of a min-heap element.

    Type Parameters

    Parameters

    • instance: H

      The min-heap instance.

    • node: H[0]

      The element whose key value will be increased.

    • increaseValue: number

      The value of increase.

    Returns boolean

    true or false depending on the outcome of the increase process.