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 Subsequence in Sublinear Space

Abstract: We present the first $\mathrm{o}(n)$-space polynomial-time algorithm for computing the length of a longest common subsequence. Given two strings of length $n$, the algorithm runs in $\mathrm{O}(n^{3})$ time with $\mathrm{O}\left(\frac{n \log^{1.5} n}{2^{\sqrt{\log n}}}\right)$ bits of space.
Comments: 6 pages, 2 figures
Subjects: Data Structures and Algorithms (cs.DS)
Cite as: arXiv:2009.08588 [cs.DS]
  (or arXiv:2009.08588v1 [cs.DS] for this version)

Submission history

From: Yota Otachi [view email]
[v1] Fri, 18 Sep 2020 02:08:40 GMT (86kb,D)

Link back to: arXiv, form interface, contact.