Jump to content

Ukkonen algorithm

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Phelixxx (talk | contribs) at 10:17, 1 March 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Redirect page

Ukkonen algorithm of creation of suffix trees creates the tree for a given string in time linear in the length of the string. The algorithm has the property of processing the string symbol by symbol from left to right. It has always the suffix tree for the scanned part of the string ready. It was first described by Esko Ukkonen.

  • [1] The original publication of the algorithm
  • [2] Original publication with figures included