-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Collections_SuffixTreeBase_Node
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
The SuffixTreeBase.Node type exposes the following members.
Name | Description | |
---|---|---|
Begin | Index of the first character of a substring corresponding to the node | |
Children |
A list of child nodes
null for leaf nodes |
|
End | Index after the last character of a substring corresponding to the node | |
IsLeaf | Shows whether it is a leaf or an internal node | |
IsTerminal | Shows whether it is a terminal (ending at a string end) node or not | |
Length | Length of the corresponding substring |