Indexing Text Using the Ziv-Lempel Trie

  • Authors:
  • Gonzalo Navarro

  • Affiliations:
  • -

  • Venue:
  • SPIRE 2002 Proceedings of the 9th International Symposium on String Processing and Information Retrieval
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Let a text of u characters over an alphabet of size 驴 be compressible to n symbols by the LZ78 or LZW algorithm. We show that it is possible to build a data structure based on the Ziv-Lempel trie that takes 4n log2 n(1+o(1)) bits of space and reports the R occurrences of a pattern of length m in worst case time O(m2 log(m驴)+(m+R)log n).