2019
DOI: 10.1016/j.tcs.2019.06.020
|View full text |Cite
|
Sign up to set email alerts
|

Maximal common subsequence algorithms

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
19
0

Year Published

2019
2019
2024
2024

Publication Types

Select...
3
1
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(19 citation statements)
references
References 10 publications
0
19
0
Order By: Relevance
“…When it is nonempty, we check for maximality of P for each of its elements (recalling |Ext P | = O(n)), which takes O(n) time by employing Sakai's maximality test [11]. If the test is positive, we only need to perform a leftward re-map of the new edge, which can be done in logarithmic time, totalizing O(|U| + |Ext P |(n + log n)) = O(n 2 ) time.…”
Section: Polynomial Delaymentioning
confidence: 99%
See 3 more Smart Citations
“…When it is nonempty, we check for maximality of P for each of its elements (recalling |Ext P | = O(n)), which takes O(n) time by employing Sakai's maximality test [11]. If the test is positive, we only need to perform a leftward re-map of the new edge, which can be done in logarithmic time, totalizing O(|U| + |Ext P |(n + log n)) = O(n 2 ) time.…”
Section: Polynomial Delaymentioning
confidence: 99%
“…In general, LCSs only provide with information about the longest possible alignment between two strings, while MCSs offer a different range of information, possibly revealing slightly smaller but alternative alignments. A recent paper by Sakai [11] presents an algorithm that deterministically finds one MCS between two strings of length O(n) in O(n log log n) time, in contrast with the computation of the length of the LCS, for which a quadratic conditional lower bound based on SETH has been proved [1]. This same algorithm can also be used to extend a given sequence to a maximal one in the same time.…”
Section: Introductionmentioning
confidence: 99%
See 2 more Smart Citations
“…A dynamic programming approach is presented in [7] to find the shortest MCS. More recently, [17] proposes an computationally efficient way to find a MCS but his method can only find one MCS.…”
Section: Introductionmentioning
confidence: 99%