We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Data Structures and Algorithms

Title: Longest Common Extensions in Sublinear Space

Abstract: The longest common extension problem (LCE problem) is to construct a data structure for an input string $T$ of length $n$ that supports LCE$(i,j)$ queries. Such a query returns the length of the longest common prefix of the suffixes starting at positions $i$ and $j$ in $T$. This classic problem has a well-known solution that uses $O(n)$ space and $O(1)$ query time. In this paper we show that for any trade-off parameter $1 \leq \tau \leq n$, the problem can be solved in $O(\frac{n}{\tau})$ space and $O(\tau)$ query time. This significantly improves the previously best known time-space trade-offs, and almost matches the best known time-space product lower bound.
Comments: An extended abstract of this paper has been accepted to CPM 2015
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:1504.02671 [cs.DS]
  (or arXiv:1504.02671v1 [cs.DS] for this version)

Submission history

From: Hjalte Wedel Vildhøj [view email]
[v1] Fri, 10 Apr 2015 13:23:27 GMT (31kb)

Link back to: arXiv, form interface, contact.