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 z of the Lempel–Ziv parse or the number r of equal-letter runs of the Burrows-Wheeler transform. A more recent one is the size γ of a smallest string attractor. Let T be a string of length n. A string attractor of T is a set of positions of T capturing the occurrences of all the substrings of T. Unfortunately, Kempa and Prezza [STOC 2018] showed that computing γ is NP-hard. Kociumaka et al. [LATIN 2020] considered a new measure of compressibility that is based on the function ST(k) counting the number of distinct substrings of length k of T, also known as the substring complexity of T. This new measure is defined as δ = sup{ST(k)/k,k ≥ 1} and lower bounds all the relevant ad hoc measures previously considered. In particular, δ ≤ γ always holds and δ can be computed in O(n) time using Θ(n) working space. Kociumaka et al. showed that one can construct an O(δlog nδ)-sized representation of T supporting efficient direct access and efficient pattern matching queries on T. Given that for highly compressible strings, δ is significantly smaller than n, it is natural to pose the following question: Can we compute δ efficiently using sublinear working space? It is straightforward to show that in the comparison model, any algorithm computing δ using O(b) space requires Ω(n2−o(1)/b) time through a reduction from the element distinctness problem [Yao, SIAM J. Comput. 1994]. We thus wanted to investigate whether we can indeed match this lower bound. We address this algorithmic challenge by showing the following bounds to compute δ: O(n3blog2b) time using O(b) space, for any b ∈ [1,n], in the comparison model. Õ(n2/b)1 time using Õ(b) space, for any b ∈ [√n,n], in the word RAM model. This gives an Õ(n1+ϵ)-time and Õ(n1−ϵ)-space algorithm to compute δ, for any 0 < ϵ ≤ 1/2. Let us remark that our algorithms compute ST(k), for all k, within the same complexities.

, ,
doi.org/10.4230/LIPIcs.ISAAC.2023.12
Leibniz International Proceedings in Informatics
Pan-genome Graph Algorithms and Data Integration , Algorithms for PAngenome Computational Analysis
34th International Symposium on Algorithms and Computation, ISAAC 2023
,
Centrum Wiskunde & Informatica, Amsterdam (CWI), The Netherlands

Bernardini, G., Fici, G., Gawrychowski, P., & Pissis, S. (2023). Substring complexity in sublinear space. In International Symposium on Algorithms and Computation (pp. 12:1–12:19). doi:10.4230/LIPIcs.ISAAC.2023.12