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