| IndexMinPQKeyIncreaseKey Method |
Namespace: Algs4Net
public void IncreaseKey( int i, Key key )
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | unless 0 <= i < maxN |
| ArgumentException | if key <= key associated with index i |
| ArgumentException | no key is associated with index i |