Skip to content

Properties_T_CodeJam_Collections_SuffixTree

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

SuffixTree Properties

The SuffixTree type exposes the following members.

Properties

 

Name Description
Protected property EdgeComparer The comparer to compare edges of a node against a char (Inherited from SuffixTreeBase.)
Protected property InternalData Concatenated input strings (Inherited from SuffixTreeBase.)
Protected property NodesCount Number of nodes (Inherited from SuffixTreeBase.)
Protected property Root The root node (Inherited from SuffixTreeBase.)
Protected property StringLocations List of locatons of added strings inside the InternalData (Inherited from SuffixTreeBase.)
  Back to Top

See Also

Reference

SuffixTree Class
CodeJam.Collections Namespace

Clone this wiki locally