Abstract
Given m documents of total length n, we consider the problem of finding a longest string common to at least d ≥ 2 of the documents. This problem is known as the longest common substring (LCS) problem and has a classic O(n) space and O(n) time solution (Weiner [FOCS'73], Hui [CPM'92]). However, the use of linear space is impractical in many applications. In this paper we show that for any trade-off parameter 1 ≤ τ ≤ n, the LCS problem can be solved in O(τ) space and O(n2/τ) time, thus providing the first smooth deterministic time-space trade-off from constant to linear space. The result uses a new and very simple algorithm, which computes a τ-additive approximation to the LCS in O(n2/τ) time and O(1) space. We also show a time-space trade-off lower bound for deterministic branching programs, which implies that any deterministic RAM algorithm solving the LCS problem on documents from a sufficiently large alphabet in O(τ) space must use Ω(n√log(n/(τ log n))/log log(n/(τ log n)) time.
Original language | English |
---|---|
Title of host publication | Algorithms - ESA 2014 : Proceedings of the 22th Annual European Symposium 2014 |
Editors | Andreas S. Schulz, Dorothea Wagner |
Publisher | Springer |
Publication date | 2014 |
Pages | 605-617 |
ISBN (Print) | 978-3-662-44776-5 |
ISBN (Electronic) | 978-3-662-44777-2 |
DOIs | |
Publication status | Published - 2014 |
Event | 22nd Annual European Symposium on Algorithms 2014 - Wroclaw, Poland Duration: 8 Sept 2014 → 10 Sept 2014 Conference number: 22 http://algo2014.ii.uni.wroc.pl/esa/ |
Conference
Conference | 22nd Annual European Symposium on Algorithms 2014 |
---|---|
Number | 22 |
Country/Territory | Poland |
City | Wroclaw |
Period | 08/09/2014 → 10/09/2014 |
Other | ESA 2014 is organized in collaboration with the European Association for Theoretical Computer Science (EATCS) and is a part of ALGO 2014. |
Internet address |
Series | Lecture Notes in Computer Science |
---|---|
Volume | 8737 |
ISSN | 0302-9743 |