Quadratic-time Algorithm for the String Constrained LCS Problem
Sebastian Deorowicz

TL;DR
This paper introduces a quadratic-time algorithm for the string constrained longest common subsequence problem, significantly improving the efficiency over previous cubic-time algorithms.
Contribution
The paper presents the first quadratic-time algorithm for the STR-IC-LCS problem, advancing the computational efficiency for this constrained sequence matching task.
Findings
Quadratic-time algorithm outperforms cubic-time algorithms
Significant reduction in computational complexity
Potential for faster sequence analysis applications
Abstract
The problem of finding a longest common subsequence of two main sequences with some constraint that must be a substring of the result (STR-IC-LCS) was formulated recently. It is a variant of the constrained longest common subsequence problem. As the known algorithms for the STR-IC-LCS problem are cubic-time, the presented quadratic-time algorithm is significantly faster.
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 · Genome Rearrangement Algorithms · semigroups and automata theory
