Towards real-time suffix tree construction

A. Amihood, T Kopelowitz, M Lewenstein, N Lewenstein

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

Abstract

The quest for a real-time suffix tree construction algorithm is over three decades old. To date there is no convincing understandable solution to this problem. This paper makes a step in this direction by constructing a suffix tree online in time O(log n) per every single input symbol. Clearly, it is impossible to achieve better than O(log n) time per symbol in the comparison model, therefore no true real time algorithm can exist for infinite alphabets. Nevertheless, the best that can be hoped for is that the construction time for every symbol does not exceed O(log n) (as opposed to an amortized O(log n) time per symbol, achieved by current known algorithms). To our knowledge, our algorithm is the first that spends in the worst caseO(log n) per every single input symbol. We also provide a simple algorithm that constructs online an indexing structure (the BIS) in time O(log n) per input symbol, where n is the number of text symbols input thus far. This structure and fast LCP (Longest Common Prefix) queries on it, provide the backbone for the suffix tree construction. Together, our two data structures provide a searching algorithm for a pattern of length m whose time is O(min(mlog|Σ|,m+logn)+tocc)O(min(mlog|Σ|,m+logn)+tocc), where tocc is the number of occurrences of the pattern.
Original languageAmerican English
Title of host publicationInternational Symposium on String Processing and Information Retrieval
EditorsMariano Consens, Gonzalo Navarro
PublisherSpringer Berlin Heidelberg
StatePublished - 2005

Bibliographical note

Place of conference:Argentina

Fingerprint

Dive into the research topics of 'Towards real-time suffix tree construction'. Together they form a unique fingerprint.

Cite this