Approximation Algorithms for LCS and LIS with Truly Improved Running Times
Aviad Rubinstein, Saeed Seddighin, Zhao Song, Xiaorui Sun

TL;DR
This paper introduces novel approximation algorithms for the Longest Common Subsequence (LCS) and Longest Increasing Subsequence (LIS) problems that operate in truly subquadratic and sublinear time respectively, with approximation factors depending on the solution-to-input size ratio.
Contribution
The work presents the first algorithms achieving truly subquadratic and sublinear time for approximating LCS and LIS without prior knowledge of the solution ratio, extending triangle inequality techniques to non-metric settings.
Findings
Truly subquadratic time algorithm for LCS with approximation factor Ω(λ^3).
Truly sublinear time algorithm for LIS with approximation factor Ω(λ^3).
Techniques extend triangle inequality to non-metric settings.
Abstract
Longest common subsequence () is a classic and central problem in combinatorial optimization. While admits a quadratic time solution, recent evidence suggests that solving the problem may be impossible in truly subquadratic time. A special case of wherein each character appears at most once in every string is equivalent to the longest increasing subsequence problem () which can be solved in quasilinear time. In this work, we present novel algorithms for approximating in truly subquadratic time and in truly sublinear time. Our approximation factors depend on the ratio of the optimal solution size over the input size. We denote this ratio by and obtain the following results for and without any prior knowledge of . A truly subquadratic time…
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.
Taxonomy
TopicsAlgorithms and Data Compression · Complexity and Algorithms in Graphs · semigroups and automata theory
