Skip to content

P_CodeJam_Collections_Suffix_SourceIndex

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

Suffix.SourceIndex Property

The index of the source string in the order or addition to the Suffix tree

Remarks

0 - for the first added string, 1 - for the second, etc

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

Syntax

C#

public int SourceIndex { get; }

VB

Public ReadOnly Property SourceIndex As Integer
	Get

F#

member SourceIndex : int with get

Property Value

Type: Int32

See Also

Reference

Suffix Structure
CodeJam.Collections Namespace

Clone this wiki locally