Click or drag to resize
IndexMinPQKey Constructor
Initializes an empty indexed priority queue with indices between 0 and maxN - 1.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IndexMinPQ(
	int maxN
)

Parameters

maxN
Type: SystemInt32
the keys on this priority queue are index from 0maxN - 1
Exceptions
ExceptionCondition
ArgumentExceptionif maxN < 0
See Also