Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
IndexMinPQ(Key) Class
IndexMinPQ(Key) Properties
Count Property
IsEmpty Property
MinIndex Property
MinKey Property
IndexMinPQ
Key
MinKey Property
Returns the current minimum key.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
Key
MinKey
{
get
; }
Return Value
Type:
Key
a minimum key
Exceptions
Exception
Condition
InvalidOperationException
if this priority queue is empty
See Also
Reference
IndexMinPQ
Key
Class
Algs4Net Namespace