Ukkonen’s suffix tree construction

Revision as of 14:18, 20 February 2015 by Nigel Galloway (talk | contribs) (Created page with "{{draft task}} Suffix Trees are very useful in numerous string processing and computational biology problems. The task is to create a function which implements Ukkonen’s al...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Suffix Trees are very useful in numerous string processing and computational biology problems.

Ukkonen’s suffix tree construction is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

The task is to create a function which implements Ukkonen’s algorithm to create a useful Suffix Tree as described:

Part 1
Part 2
Part 3
Part 4
Part 5
Part 6