Package goldman.collection.tagged.priority

A tagged priority queue is the tagged version of a priority queue.

See:
          Description

Interface Summary
TaggedPriorityQueue<T,E> The TaggedPriorityQueue ADT is a tagged version of the priority queue ADT.
 

Class Summary
TaggedBinaryHeap<T,V> A tagged version of a binary heap.
TaggedFibonacciHeap<T,V> A tagged version of a Fibonacci heap.
TaggedLeftistHeap<T,V> A tagged version of a leftist heap.
TaggedPairingHeap<T,V> A tagged version of a pairing heap.
TaggedPriorityQueueWrapper<T,E> The tagged priority queue wrapper can wrap any priority queue implementation, where each element in the priority queue is a tagged element.
 

Package goldman.collection.tagged.priority Description

A tagged priority queue is the tagged version of a priority queue.