Back to Search
Start Over
Multivariate Fine-Grained Complexity of Longest Common Subsequence
- Source :
- SODA
- Publication Year :
- 2018
- Publisher :
- Society for Industrial and Applied Mathematics, 2018.
-
Abstract
- We revisit the classic combinatorial pattern matching problem of finding a longest common subsequence (LCS). For strings x and y of length n, a textbook algorithm solves LCS in time O(n2), but although much effort has been spent, no O(n2−ϵ)-time algorithm is known. Recent work indeed shows that such an algorithm would refute the Strong Exponential Time Hypothesis (SETH) [Abboud, Backurs, Vassilevska Williams FOCS'15; Bringmann, Kunnemann FOCS'15]. Despite the quadratic-time barrier, for over 40 years an enduring scientific interest continued to produce fast algorithms for LCS and its variations. Particular attention was put into identifying and exploiting input parameters that yield strongly subquadratic time algorithms for special cases of interest, e.g., differential file comparison. This line of research was successfully pursued until 1990, at which time significant improvements came to a halt. In this paper, using the lens of fine-grained complexity, our goal is to (1) justify the lack of further improvements and (2) determine whether some special cases of LCS admit faster algorithms than currently known. To this end, we provide a systematic study of the multivariate complexity of LCS, taking into account all parameters previously discussed in the literature: the input size n := max{|x|, |y|}, the length of the shorter string m := min{|x|, |y|}, the length L of an LCS of x and y, the numbers of deletions Δ := m − L and Δ := n − L, the alphabet size, as well as the numbers of matching pairs M and dominant pairs d. For any class of instances defined by fixing each parameter individually to a polynomial in terms of the input size, we prove a SETH-based lower bound matching one of three known algorithms (up to lower order factors of the form no(1)). Specifically, we determine the optimal running time for LCS under SETH as (n + min{d, ΔΔ, Δm})1±o(1). Polynomial improvements over this running time must necessarily refute SETH or exploit novel input parameters. We establish the same lower bound for any constant alphabet of size at least 3. For binary alphabet, we show a SETH-based lower bound of (n + min{d, ΔΔ, ΔM/n})1−o(1) and, motivated by difficulties to improve this lower bound, we design an O(n+ΔM/n)-time algorithm, yielding again a matching bound. We feel that our systematic approach yields a comprehensive perspective on the well-studied multivariate complexity of LCS, and we hope to inspire similar studies of multivariate complexity landscapes for further polynomial-time problems.
- Subjects :
- Polynomial
Exponential time hypothesis
Computational complexity theory
Matching (graph theory)
String (computer science)
0102 computer and information sciences
02 engineering and technology
01 natural sciences
Upper and lower bounds
Combinatorics
Longest common subsequence problem
010201 computation theory & mathematics
0202 electrical engineering, electronic engineering, information engineering
020201 artificial intelligence & image processing
Pattern matching
Mathematics
Subjects
Details
- Database :
- OpenAIRE
- Journal :
- SODA
- Accession number :
- edsair.doi...........b54d66d2910fff4bac12ad1f94b9e56a
- Full Text :
- https://doi.org/10.1137/1.9781611975031.79