Skip to content

Properties_T_CodeJam_Collections_SuffixTreeBase_Node

Andrew Koryavchenko edited this page Jul 4, 2017 · 1 revision

Node Properties

The SuffixTreeBase.Node type exposes the following members.

Properties

 

Name Description
Public property Begin Index of the first character of a substring corresponding to the node
Public property Children A list of child nodes

Remarks

null for leaf nodes

Public property End Index after the last character of a substring corresponding to the node
Public property IsLeaf Shows whether it is a leaf or an internal node
Public property IsTerminal Shows whether it is a terminal (ending at a string end) node or not
Public property Length Length of the corresponding substring
  Back to Top

See Also

Reference

SuffixTreeBase.Node Structure
CodeJam.Collections Namespace

Clone this wiki locally