2018
DOI: 10.1007/s00453-018-0485-7
|View full text |Cite
|
Sign up to set email alerts
|

Tight Conditional Lower Bounds for Longest Common Increasing Subsequence

Abstract: We consider the canonical generalization of the well-studied Longest Increasing Subsequence problem to multiple sequences, called k-LCIS: Given k integer sequences X1, . . . , X k of length at most n, the task is to determine the length of the longest common subsequence of X1, . . . , X k that is also strictly increasing. Especially for the case of k = 2 (called LCIS for short), several algorithms have been proposed that require quadratic time in the worst case.Assuming the Strong Exponential Time Hypothesis (… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
6
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
4
2

Relationship

1
5

Authors

Journals

citations
Cited by 6 publications
(7 citation statements)
references
References 47 publications
1
6
0
Order By: Relevance
“…For Longest Common Increasing Subsequence, our lower bound was already shown by Duraj et al [24]. We refer to Duraj [23], Duraj et al [24] for a broader literature review on Longest Common Subsequence. Proof.…”
Section: Proof Let (I Ovsupporting
confidence: 67%
See 1 more Smart Citation
“…For Longest Common Increasing Subsequence, our lower bound was already shown by Duraj et al [24]. We refer to Duraj [23], Duraj et al [24] for a broader literature review on Longest Common Subsequence. Proof.…”
Section: Proof Let (I Ovsupporting
confidence: 67%
“…Using various carefully crafted reductions, Bringmann and Künnemann [15] show parameterized running time lower bounds (under SETH) for Longest Common Subsequence with respect to seven different parameters. In a similar fashion, Duraj et al [24] show that solving Longest Observation 1.1 (folklore). If a problem P admits an O( β n γ )-time algorithm 1 , then it admits for every λ > 0 an O(…”
Section: Related Workmentioning
confidence: 86%
“…Actually, we will construct, for every integer k, two sequences of size Θ k • 2 k with k • 2 2k significant pairs. To do that, we borrow a construction from [13]. In section 3.2 of that paper there is a definition -for every integer k -of two integer sequences A k , B k , each being a concatenation of 2 k blocks α i k or β j k :…”
Section: B Lower Bound For Significant Pairsmentioning
confidence: 99%
“…The "obvious" dynamic programming algorithm for LCIS is O n 3 , the first O n 2 -time algorithm was given in [31], and possibly the simplest one was explicitly stated in [32]. A conditional lower bound was proven in [13]: it turns out that, as for LCS, any O n 2−ε -time algorithm for LCIS would refute the Strong Exponential Time Hypothesis. The proof is based, like the one in [1], on a reduction from the Orthogonal Vectors problem (introduced in [28]), but the reduction itself needs a quite different gadget construction.…”
Section: Introductionmentioning
confidence: 99%
“…While this is less obvious than for LCS, LCIS can be also solved in O(n 2 ) time [11] (and in linear space [9]), and it can be proved that a strongly subquadratic algorithm would refute SETH [6] (although faster algorithms are known for some special cases [7]). However, as opposed to LCS, the usual "Four Russians" approach, that roughly consists in partitioning the DP table into blocks of size log n × log n, doesn't seem directly applicable to LCIS.…”
Section: Introductionmentioning
confidence: 99%