IndexMaxPQKey Constructor |
Initializes an empty indexed priority queue with indices between 0
and maxN - 1.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IndexMaxPQ(
int maxN
)
Parameters
- maxN
- Type: SystemInt32
the keys on this priority queue are index from 0 to maxN - 1
Exceptions
See Also