SeparateChainingHashSTKey, Value Constructor (Int32) |
Initializes an empty symbol table with M chains.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SeparateChainingHashST(
int M
)
Parameters
- M
- Type: SystemInt32
the initial number of chains
See Also