Range Non-overlapping Indexing

  • Authors:
  • Hagai Cohen;Ely Porat

  • Affiliations:
  • Department of Computer Science, Bar-Ilan University, Ramat-Gan, Israel 52900;Department of Computer Science, Bar-Ilan University, Ramat-Gan, Israel 52900

  • Venue:
  • ISAAC '09 Proceedings of the 20th International Symposium on Algorithms and Computation
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

We study the non-overlapping indexing problem: Given a text T, preprocess it in order to answer queries of the form: given a pattern P, report the maximal set of non-overlapping occurrences of P in T. A generalization of this problem is the range non-overlapping indexing where in addition we are given two indexes i,j to report the maximal set of non-overlapping occurrences between these two indexes. We suggest new solutions for these problems. For the non-overlapping problem our solution uses O(n) space with query time of O(m + occ NO ). For the range non-overlapping problem we propose a solution with O(nlog 驴 n) space for some 0 驴O(m + loglogn + occ ij,NO ) query time.