Algs4Net Class Library Documentation
Algs4Net Class Library Documentation
Algs4Net
TrieSET Class
TrieSET Methods
Add Method
Contains Method
Delete Method
GetEnumerator Method
KeysThatMatch Method
KeysWithPrefix Method
LongestPrefixOf Method
MainTest Method
TrieSET
Add Method
Adds the key to the set if it is not already present.
Namespace:
Algs4Net
Assembly:
Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
void
Add
(
string
key
)
Parameters
key
Type:
System
String
the key to add
Exceptions
Exception
Condition
NullReferenceException
if
key
is
null
See Also
Reference
TrieSET Class
Algs4Net Namespace