Skip to content

M_CodeJam_Collections_SuffixTree_BuildFor

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

SuffixTree.BuildFor Method

Appends suffixes for the last added string

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

Syntax

C#

protected override void BuildFor(
	int begin,
	int end
)

VB

Protected Overrides Sub BuildFor ( 
	begin As Integer,
	end As Integer
)

F#

abstract BuildFor : 
        begin : int * 
        end : int -> unit 
override BuildFor : 
        begin : int * 
        end : int -> unit 

Parameters

 

begin
Type: System.Int32
[Missing documentation for "M:CodeJam.Collections.SuffixTree.BuildFor(System.Int32,System.Int32)"]
end
Type: System.Int32
[Missing documentation for "M:CodeJam.Collections.SuffixTree.BuildFor(System.Int32,System.Int32)"]

See Also

Reference

SuffixTree Class
CodeJam.Collections Namespace

Clone this wiki locally