Binary jumbled string matching for highly run-length compressible texts

  • Authors:
  • Golnaz Badkobeh;Gabriele Fici;Steve Kroon;Zsuzsanna LiptáK

  • Affiliations:
  • Department of Informatics, Kings College, London, UK;Dipartimento di Matematica e Informatica, Universití di Palermo, Italy;Computer Science Division, Stellenbosch University, South Africa;Dipartimento di Informatica, Universití di Verona, Italy

  • Venue:
  • Information Processing Letters
  • Year:
  • 2013

Quantified Score

Hi-index 0.89

Visualization

Abstract

The Binary Jumbled String Matching Problem is defined as follows: Given a string s over {a,b} of length n and a query (x,y), with x,y non-negative integers, decide whether s has a substring t with exactly x a@?s and y b@?s. Previous solutions created an index of size O(n) in a pre-processing step, which was then used to answer queries in constant time. The fastest algorithms for construction of this index have running time O(n^2/logn) (Burcsi et al., 2010 [1]; Moosa and Rahman, 2010 [7]), or O(n^2/log^2n) in the word-RAM model (Moosa and Rahman, 2012 [8]). We propose an index constructed directly from the run-length encoding of s. The construction time of our index is O(n+@r^2log@r), where O(n) is the time for computing the run-length encoding of s and @r is the length of this encoding-this is no worse than previous solutions if @r=O(n/logn) and better if @r=o(n/logn). Our index L can be queried in O(log@r) time. While |L|=O(min(n,@r^2)) in the worst case, preliminary investigations have indicated that |L| may often be close to @r. Furthermore, the algorithm for constructing the index is conceptually simple and easy to implement. In an attempt to shed light on the structure and size of our index, we characterize it in terms of the prefix normal forms of s introduced in Fici and Liptak (2011) [6].