Alphabet Constructor (String) |
Initializes a new alphabet from the given set of characters.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Alphabet(
string alpha
)
Parameters
- alpha
- Type: SystemString
the set of characters
Exceptions
See Also