TrieSTValue Constructor (Alphabet) |
Initializes an empty string symbol table.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TrieST(
Alphabet alphabet
)
Parameters
- alphabet
- Type: Algs4NetAlphabet
The alphabet to use in place of the default
See Also