-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_SuffixTreeBase_Add
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Adds a new string to the tree
Namespace: CodeJam.Collections
Assembly: 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
- data
- Type: System.String
The string to addThe last string character should be unique among all added strings