LinearProbingHashSTKey, Value Constructor (Int32) |
Initializes an empty symbol table with the specified initial capacity.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic LinearProbingHashST(
int capacity
)
Parameters
- capacity
- Type: SystemInt32
the initial capacity
See Also