There was an error while loading. Please reload this page.
Checks wether the suffix tree contains the given suffix or not
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool ContainsSuffix( string suffix )
VB
Public Function ContainsSuffix ( suffix As String ) As Boolean
F#
member ContainsSuffix : suffix : string -> bool
Type: Booleantrue if found, false otherwise
SuffixTreeBase ClassCodeJam.Collections Namespace