 | 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.PriorityQueuesAssembly: Slash.Collections (in Slash.Collections.dll) Version: 1.0.6018.40177
Syntaxpublic void Meld(
FibonacciHeap<T> other
)
Public Sub Meld (
other As FibonacciHeap(Of T)
)
public:
void Meld(
FibonacciHeap<T>^ other
)
member Meld :
other : FibonacciHeap<'T> -> unit
Parameters
- other
- Type: Slash.Collections.PriorityQueuesFibonacciHeapT
Other heap to take the union of.
See Also