Java Heap

An array-based implementation of a priority queue, using a Vector to do all of the dirty work. The HeapDescending class is probably what you're interested in -- it was implemented from the pseudocode in Cormen, Leiserson and Rivest.

Source

API


Michael J. Radwin

Last modified: Mon Nov 4 19:09:57 EST 2002