FibonacciHeap<T> | Author: Keith Schwarz ([email protected]) An implementation of a priority queue backed by a Fibonacci heap, as described by Fredman and Tarjan. |
FibonacciHeap.Entry<T> | |
HashQueue<S> | Implementation of a java.util.Queue backed by a java.util.LinkedHashSet |