Click or drag to resize
FibonacciHeapT Methods

The FibonacciHeapT generic type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears this Fibonacci heap, removing all items.
Public methodDecreaseKey
Decreases the key of the specified item in this heap by subtracting the passed non-negative real number delta.
Public methodDecreaseKeyTo
Decreases the key of the specified item in this heap to the passed non-negative real number.
Public methodDelete
Deletes the specified item from this heap.
Public methodDeleteMin
Deletes the item with the minimum key in this heap and returns it.
Public methodFindMin
Returns the item with the minimum key in this heap.
Public methodInsert
Inserts the passed item with the specified key into this heap.
Public methodIsEmpty
Checks whether this heap is empty, or not.
Public methodMeld
Takes the union of the passed heap and this one. Assumes that both heaps are item-disjoint. This operation destroys the passed heap.
Top
See Also