Click or drag to resize
TrieSTValue Constructor (Alphabet)
Initializes an empty string symbol table.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public TrieST(
	Alphabet alphabet
)

Parameters

alphabet
Type: Algs4NetAlphabet
The alphabet to use in place of the default
See Also