Longest Common Subsequence in Sublinear Space
Abstract
We present the first 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 O(n3) time with O(n 1.5 n2 n) bits of space.
0