Skip to content

M_CodeJam_Collections_SuffixTreeBase_All

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

SuffixTreeBase.All Method

Enumerates all suffixes in the suffix tree

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

Syntax

C#

public IEnumerable<Suffix> All()

VB

Public Function All As IEnumerable(Of Suffix)

F#

member All : unit -> IEnumerable<Suffix> 

Return Value

Type: IEnumerable(Suffix)
The enumeration of all suffixes in lexicographical order

Remarks

May return suffixes with the same value of the they are present in different source strings

See Also

Reference

SuffixTreeBase Class
CodeJam.Collections Namespace

Clone this wiki locally