1992
DOI: 10.1016/0304-3975(92)90132-y
|View full text |Cite
|
Sign up to set email alerts
|

Fast linear-space computations of longest common subsequences

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
25
0

Year Published

1992
1992
2024
2024

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 53 publications
(25 citation statements)
references
References 11 publications
0
25
0
Order By: Relevance
“…After the longest common subsequence has been calculated, the character sequences not in the LCS are correlated and saved as dynamic device mappings. The time required to compute dynamic confusions can be improved by using a more efficient LCS algorithm such as [1] or [2]. Furthermore, confusions can be computed by other means entirely, such as [10].…”
Section: Algorithms and Heuristics Usedmentioning
confidence: 99%
“…After the longest common subsequence has been calculated, the character sequences not in the LCS are correlated and saved as dynamic device mappings. The time required to compute dynamic confusions can be improved by using a more efficient LCS algorithm such as [1] or [2]. Furthermore, confusions can be computed by other means entirely, such as [10].…”
Section: Algorithms and Heuristics Usedmentioning
confidence: 99%
“…This was first suggested by Hirschberg [6]. Efficiency was later gained by concentrating on the computation of dominant matches [3]. We note that the algorithm from [11] can be easily modified to work in the same style while maintaining its time bound.…”
Section: Computing Contoursmentioning
confidence: 99%
“…In its ideal form, i.e., when problems are evenly split into subproblems, one can expect a doubling of the original running time. But in order to split the problem evenly some methods have to calculate the length of an LCS in a separate stage preceding the divide and conquer scheme [3,8]. So their performance can be expected to be three times that of the original algorithm.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…The problem of finding the longest common subsequence (LCS) of two sequences has a classic dynamic programming solution [7] that runs in Θ(mn) time, uses Θ(mn) space and performs Θ mn B I/Os when working on two sequences of lengths m and n. Linear space implementations of this algorithm [13,18,2] also have I/O complexity Ω mn B . The LCS problem arises in a wide range of applications, and is especially prominent in computational biology in sequence alignment.…”
Section: Introductionmentioning
confidence: 99%