Package algs24

Interface PQ

All Known Implementing Classes:
FixedPQHeap, FixedPQSortedDecreasing, FixedPQSortedIncreasing, FixedPQUnordered, XPairingPQ

public interface PQ
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    void
    insert(double x)
     
    boolean
     
    double
    min()
     
    int
     
    void