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.
The comparer to compare edges of a node against a char
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
protected Func<int, char, int> EdgeComparer { get; }
VB
Protected ReadOnly Property EdgeComparer As Func(Of Integer, Char, Integer) Get
F#
member EdgeComparer : Func<int, char, int> with get
Type: Func(Int32, Char, Int32)
SuffixTreeBase ClassCodeJam.Collections Namespace