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