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