Uses of Class
zombie.core.utils.FibonacciHeap
Packages that use FibonacciHeap
-
Uses of FibonacciHeap in zombie.core.utils
Methods in zombie.core.utils that return FibonacciHeapModifier and TypeMethodDescriptionstatic <T> FibonacciHeap
<T> FibonacciHeap.merge
(FibonacciHeap<T> one, FibonacciHeap<T> two) Given two Fibonacci heaps, returns a new Fibonacci heap that contains all of the elements of the two heaps.Methods in zombie.core.utils with parameters of type FibonacciHeapModifier and TypeMethodDescriptionstatic <T> FibonacciHeap
<T> FibonacciHeap.merge
(FibonacciHeap<T> one, FibonacciHeap<T> two) Given two Fibonacci heaps, returns a new Fibonacci heap that contains all of the elements of the two heaps.