Click or drag to resize
Alphabet Constructor (String)
Initializes a new alphabet from the given set of characters.

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

Parameters

alpha
Type: SystemString
the set of characters
Exceptions
ExceptionCondition
ArgumentExceptionIf the given alphabet has a duplicate letter
See Also