Package datastructures
package datastructures
Useful data structures for the McDiver application.
-
ClassDescriptionPQueue<E>A priority queue containing distinct elements of type E, with priorities represented as values of type
double
.SlowPQueue<E>A slow implementation of a priority queue where the priorities are doubles.