Space-time trade-offs for the shortest unique substring problem
Document Type
Conference Proceeding
Publication Date
12-1-2016
Abstract
Given a string X[1, n] and a position k ∈ [1, n], the Shortest Unique Substring of X covering k, denoted by Sk, is a substring X[i, j] of X which satisfies the following conditions: (i) i ≤ k ≤ j, (ii) i is the only position where there is an occurrence of X[i, j], and (iii) j - i is minimized. The best-known algorithm [Hon et al., ISAAC 2015] can find Sk for all k ∈ [1, n] in time O(n) using the string X and additional 2n words of working space. Let τ be a given parameter. We present the following new results. For any given k ∈ [1, n], we can compute Sk via a deterministic algorithm in O(nτ2 logn n/τ) time using X and additional O(n/τ) words of working space. For every k ∈ [1, n], we can compute Sk via a deterministic algorithm in O(nτ2 log n) time using X and additional O(n/τ) words and 4n + o(n) bits of working space. For both problems above, we present an O(nτ logc+1 n)-time randomized algorithm that uses n/ logc n words in addition to that mentioned above, where c ≥ 0 is an arbitrary constant. In this case, the reported string is unique and covers k, but with probability at most n-O(1), may not be the shortest. As a consequence of our techniques, we also obtain similar space-and-time tradeoffs for a related problem of finding Maximal Unique Matches of two strings [Delcher et al., Nucleic Acids Research 1999].
Publication Source (Journal or Book title)
Leibniz International Proceedings in Informatics, LIPIcs
First Page
34.1
Last Page
34.13
Recommended Citation
Ganguly, A., Hon, W., Shah, R., & Thankachan, S. (2016). Space-time trade-offs for the shortest unique substring problem. Leibniz International Proceedings in Informatics, LIPIcs, 64, 34.1-34.13. https://doi.org/10.4230/LIPIcs.ISAAC.2016.34