Contracted Suffix Trees: A Simple and Dynamic Text Indexing Data Structure

  • Authors:
  • Andrzej Ehrenfeucht;Ross M. Mcconnell;Sung-Whan Woo

  • Affiliations:
  • Dept. of Computer Science, University of Colorado at Boulder, Boulder, USA CO 80309-0430;Dept. of Computer Science, Colorado State University, Fort Collins, USA CO 80523-1873;Dept. of Computer Science, Colorado State University, Fort Collins, USA CO 80523-1873

  • Venue:
  • CPM '09 Proceedings of the 20th Annual Symposium on Combinatorial Pattern Matching
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We address the problem of finding the locations of all instances of a string P in a text T , where of T is allowed to facilitate the queries. Previous data structures for this problem include the suffix tree, the suffix array, and the compact DAWG. We modify a data structure called a sequence tree , which was proposed by Coffman and Eve for hashing, and adapt it to the new problem. We can then produce a list of k occurrences of any string P in T in O (||P || + k ) time. Because of properties shared by suffixes of a text that are not shared by arbitrary hash keys, we can build the structure in O (||T ||) time, which is much faster than Coffman and Eve's algorithm. These bounds are as good as those for the suffix tree, suffix array, and the compact DAWG. The advantages are the elementary nature of some of the algorithms for constructing and using the data structure and the asymptotic bounds we can give for updating the data structure when the text is edited.