IndexMinPQKeyChange Method |
Change the key associated with index i to the specified value.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void Change(
int i,
Key key
)
Parameters
- i
- Type: SystemInt32
i the index of the key to change - key
- Type: Key
key change the key associated with index i to this key
Exceptions
Remarks
See Also