Click or drag to resize
FibonacciHeapTMeld Method
Takes the union of the passed heap and this one. Assumes that both heaps are item-disjoint. This operation destroys the passed heap.

Namespace: Slash.Collections.PriorityQueues
Assembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntax
public void Meld(
	FibonacciHeap<T> other
)

Parameters

other
Type: Slash.Collections.PriorityQueuesFibonacciHeapT
Other heap to take the union of.
See Also