-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Collections_SuffixTreeBase_All
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Enumerates all suffixes in the suffix tree
Namespace: CodeJam.Collections
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public IEnumerable<Suffix> All()
VB
Public Function All As IEnumerable(Of Suffix)
F#
member All : unit -> IEnumerable<Suffix>
Type: IEnumerable(Suffix)
The enumeration of all suffixes in lexicographical order
May return suffixes with the same value of the they are present in different source strings