Click or drag to resize
SeparateChainingHashSTKey, Value Constructor (Int32)
Initializes an empty symbol table with M chains.

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

Parameters

M
Type: SystemInt32
the initial number of chains
See Also