Skip to content

M_CodeJam_Collections_SuffixTreeBase_Add

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

SuffixTreeBase.Add Method

Adds a new string to the tree

Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public void Add(
	string data
)

VB

Public Sub Add ( 
	data As String
)

F#

member Add : 
        data : string -> unit 

Parameters

 

data
Type: System.String
The string to add

Remarks

The last string character should be unique among all added strings

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally