Click or drag to resize
MinPQKey Constructor
Overload List
  NameDescription
Public methodMinPQKey
Initializes an empty priority queue.
Public methodMinPQKey(ComparerKey)
Initializes an empty priority queue using the given comparator.
Public methodMinPQKey(Int32)
Initializes an empty priority queue with the given initial capacity.
Public methodMinPQKey(Key)
Initializes a priority queue from the array of keys. Takes time proportional to the number of keys, using sink-based heap construction.
Public methodMinPQKey(Int32, ComparerKey)
Initializes an empty priority queue with the given initial capacity, using the given comparator.
Top
See Also