-
Notifications
You must be signed in to change notification settings - Fork 36
Properties_T_CodeJam_Collections_SuffixTree
Andrew Koryavchenko edited this page Jul 4, 2017
·
1 revision
The SuffixTree type exposes the following members.
Name | Description | |
---|---|---|
![]() |
EdgeComparer | The comparer to compare edges of a node against a char (Inherited from SuffixTreeBase.) |
![]() |
InternalData | Concatenated input strings (Inherited from SuffixTreeBase.) |
![]() |
NodesCount | Number of nodes (Inherited from SuffixTreeBase.) |
![]() |
Root | The root node (Inherited from SuffixTreeBase.) |
![]() |
StringLocations | List of locatons of added strings inside the InternalData (Inherited from SuffixTreeBase.) |