Package algs24
Interface PQ
- All Known Implementing Classes:
FixedPQHeap
,FixedPQSortedDecreasing
,FixedPQSortedIncreasing
,FixedPQUnordered
,XPairingPQ
public interface PQ
-
Method Summary
-
Method Details
-
size
int size() -
isEmpty
boolean isEmpty() -
insert
-
min
double min() -
delMin
double delMin() -
toGraphviz
void toGraphviz()
-