Package datastructures


package datastructures
Useful data structures for the McDiver application.
  • Class
    Description
    A priority queue containing distinct elements of type E, with priorities represented as values of type double.
    A slow implementation of a priority queue where the priorities are doubles.