-
Notifications
You must be signed in to change notification settings - Fork 4
DGST Demo
Guanghui.Zhu edited this page Jan 31, 2018
·
4 revisions
The demo input contains two strings:
0: TGGTGGTGGTGC
1: GGTGATGGTGC
The result suffix tree can index all suffixes starting with TG
.
Note: Edges from the root to leaves correspond to all suffixes starting with TG
. Leaf label contains two parts. The first part is the identity of the string where the suffix is located. The second part is the start position of the suffix in the located string.
Note: Due to the space limitation, we only display a part of the suffix tree.