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