Package algs24
Interface PQ
- All Known Implementing Classes:
- FixedPQHeap,- FixedPQSortedDecreasing,- FixedPQSortedIncreasing,- FixedPQUnordered,- XPairingPQ
public interface PQ
- 
Method Summary
- 
Method Details- 
sizeint size()
- 
isEmptyboolean isEmpty()
- 
insert
- 
mindouble min()
- 
delMindouble delMin()
- 
toGraphvizvoid toGraphviz()
 
-