Click or drag to resize
LinearProbingHashSTKey, Value Constructor (Int32)
Initializes an empty symbol table with the specified initial capacity.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public LinearProbingHashST(
	int capacity
)

Parameters

capacity
Type: SystemInt32
the initial capacity
See Also