Papers
Topics
Authors
Recent
Search
2000 character limit reached

Substring Complexity in Sublinear Space

Published 16 Jul 2020 in cs.DS | (2007.08357v2)

Abstract: Shannon's entropy is a definitive lower bound for statistical compression. Unfortunately, no such clear measure exists for the compressibility of repetitive strings. Thus, ad hoc measures are employed to estimate the repetitiveness of strings, e.g., the size zz of the Lempel-Ziv parse or the number rr of equal-letter runs of the Burrows-Wheeler transform. A more recent one is the size γ\gamma of a smallest string attractor. Let TT be a string of length nn. A string attractor of TT is a set of positions of TT capturing the occurrences of all the substrings of TT. Unfortunately, Kempa and Prezza [STOC 2018] showed that computing γ\gamma is NP-hard. Kociumaka et al. [LATIN 2020] considered a new measure of compressibility that is based on the function ST(k)S_T(k) counting the number of distinct substrings of length kk of TT, also known as the substring complexity of TT. This new measure is defined as δ=supST(k)/k,k1\delta= \sup{S_T(k)/k, k\geq 1} and lower bounds all the relevant ad hoc measures previously considered. In particular, δγ\delta\leq \gamma always holds and δ\delta can be computed in O(n)\mathcal{O}(n) time using Θ(n)\Theta(n) working space. Kociumaka et al. showed that one can construct an O(δlognδ)\mathcal{O}(\delta \log \frac{n}{\delta})-sized representation of TT supporting efficient direct access and efficient pattern matching queries on TT. Given that for highly compressible strings, δ\delta is significantly smaller than nn, it is natural to pose the following question: Can we compute δ\delta efficiently using sublinear working space? We address this algorithmic challenge by showing the following bounds to compute δ\delta: O(n<sup>3log</sup>bb<sup>2)\mathcal{O}(\frac{n<sup>3\log</sup> b}{b<sup>2}) time using O(b)\mathcal{O}(b) space, for any b[1,n]b\in[1,n], in the comparison model; or O~(n<sup>2/b)\tilde{\mathcal{O}}(n<sup>2/b) time using O~(b)\tilde{\mathcal{O}}(b) space, for any b[n,n]b\in[\sqrt{n},n], in the word RAM model.

Citations (5)

Summary

No one has generated a summary of this paper yet.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Continue Learning

We haven't generated follow-up questions for this paper yet.