Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
MinPQ(Key) Class
MinPQ(Key) Constructor
MinPQ(Key) Constructor
MinPQ(Key) Constructor (Comparer(Key))
MinPQ(Key) Constructor (Int32)
MinPQ(Key) Constructor (Key[])
MinPQ(Key) Constructor (Int32, Comparer(Key))
MinPQ
Key
Constructor (Comparer
Key
)
Initializes an empty priority queue using the given comparator.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
MinPQ
(
Comparer
<Key>
comparator
)
Parameters
comparator
Type:
System.Collections.Generic
Comparer
Key
comparator the order to use when comparing keys
See Also
Reference
MinPQ
Key
Class
MinPQ
Key
Overload
Algs4Net Namespace