MinPQKey Constructor |
Name | Description | |
---|---|---|
![]() | MinPQKey |
Initializes an empty priority queue. |
![]() | MinPQKey(ComparerKey) |
Initializes an empty priority queue using the given comparator. |
![]() | MinPQKey(Int32) |
Initializes an empty priority queue with the given initial capacity. |
![]() | MinPQKey(Key) |
Initializes a priority queue from the array of keys.
Takes time proportional to the number of keys, using sink-based heap construction. |
![]() | MinPQKey(Int32, ComparerKey) |
Initializes an empty priority queue with the given initial capacity,
using the given comparator. |