2000 character limit reached
Longest Common Subsequence in Sublinear Space (2009.08588v1)
Published 18 Sep 2020 in cs.DS
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.