We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Enumerates all suffixes in the suffix tree
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.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
SuffixTreeBase ClassCodeJam.Collections Namespace