Click or drag to resize
IndexMinPQKeyDelete Method
Remove the key associated with index i.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Delete(
	int i
)

Parameters

i
Type: SystemInt32
i the index of the key to remove
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionunless 0 <= i < maxN
ArgumentExceptionno key is associated with index i
See Also