Input your own the text string in the textfield below and click generate.
Don't forget to put a unique ending character for the text (usually it's '#').
Show Every Split
Each node in the picture is represented by NODE_INDEX(SUFFIX_LINK, SUBSTRING, START_INDEX, END_INDEX) where:
NODE_INDEX is an integer generated as new node is created.
SUFFIX_LINK is an integer that tells the suffix link of the node.
SUBSTRING is the string connecting the parent node to this node.
START_INDEX and END_INDEX is the index of the substring in the text.