English

Longest Common Subsequence in Sublinear Space

Data Structures and Algorithms 2020-09-21 v1

Abstract

We present the first o(n)\mathrm{o}(n)-space polynomial-time algorithm for computing the length of a longest common subsequence. Given two strings of length nn, the algorithm runs in O(n3)\mathrm{O}(n^{3}) time with O(nlog1.5n2logn)\mathrm{O}\left(\frac{n \log^{1.5} n}{2^{\sqrt{\log n}}}\right) bits of space.

Keywords

Cite

@article{arxiv.2009.08588,
  title  = {Longest Common Subsequence in Sublinear Space},
  author = {Masashi Kiyomi and Takashi Horiyama and Yota Otachi},
  journal= {arXiv preprint arXiv:2009.08588},
  year   = {2020}
}

Comments

6 pages, 2 figures