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.
Constructs a new node
Namespace: CodeJam.CollectionsAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Node( int begin, int end, bool terminal, List<int> children = null )
VB
Public Sub New ( begin As Integer, end As Integer, terminal As Boolean, Optional children As List(Of Integer) = Nothing )
F#
new : begin : int * end : int * terminal : bool * ?children : List<int> (* Defaults: let _children = defaultArg children null *) -> Node
SuffixTreeBase.Node StructureCodeJam.Collections Namespace