We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Adds a new string to the tree
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public void Add( string data )
VB
Public Sub Add ( data As String )
F#
member Add : data : string -> unit
The last string character should be unique among all added strings
SuffixTreeBase ClassCodeJam.Collections Namespace