Longest Common Subsequence in Sublinear Space
Masashi Kiyomi, Takashi Horiyama, Yota Otachi

TL;DR
This paper introduces a novel polynomial-time algorithm for computing the longest common subsequence that operates in sublinear space, significantly reducing memory usage while maintaining polynomial time complexity.
Contribution
It presents the first polynomial-time algorithm for LCS that uses o(n) space, improving efficiency for large string comparisons.
Findings
Algorithm runs in O(n^3) time
Uses O(n log^{1.5} n / 2^{√log n}) bits of space
First sublinear-space polynomial-time LCS algorithm
Abstract
We present the first -space polynomial-time algorithm for computing the length of a longest common subsequence. Given two strings of length , the algorithm runs in time with bits of space.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
