2001
DOI: 10.1016/s0020-0190(01)00182-x
|View full text |Cite
|
Sign up to set email alerts
|

A fast and practical bit-vector algorithm for the Longest Common Subsequence problem

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

0
70
0

Year Published

2003
2003
2015
2015

Publication Types

Select...
3
3
3

Relationship

0
9

Authors

Journals

citations
Cited by 69 publications
(70 citation statements)
references
References 12 publications
0
70
0
Order By: Relevance
“…It is important to observe that in all cases even ED 2 .x W y/ is significantly better than either H.x W y/, ED.x W y/, or ID.x W y/ currently in use. generalizations of the edit and insertion-deletion distances, and can be implemented in a computationally efficient way by means of the bit-vector approach to computing a dynamic programming matrix (Allison and Dix, 1986;Myers, 1999;Crochemore et al, 2001;Hyyrö et al, 2005).…”
Section: Hamming Edit and Insertion-deletion Similaritymentioning
confidence: 99%
“…It is important to observe that in all cases even ED 2 .x W y/ is significantly better than either H.x W y/, ED.x W y/, or ID.x W y/ currently in use. generalizations of the edit and insertion-deletion distances, and can be implemented in a computationally efficient way by means of the bit-vector approach to computing a dynamic programming matrix (Allison and Dix, 1986;Myers, 1999;Crochemore et al, 2001;Hyyrö et al, 2005).…”
Section: Hamming Edit and Insertion-deletion Similaritymentioning
confidence: 99%
“…Given two n-sequences x, y, all of our programs use a "folklore" dynamic programming algorithm to find the lcs(x,y) . This is essentially described in [10]. The complexity of this subroutine is O(n 2 ) .…”
Section: Dna(nd) Code Generation Programsmentioning
confidence: 99%
“…The complexity of this subroutine is O(n 2 ) . In [10], an improvement of the "folklore" algorithm is given and we plan to incorporate this in our future programs.…”
Section: Dna(nd) Code Generation Programsmentioning
confidence: 99%
“…A method to compute the LLCS faster with bitparallelism is well-known. This method requires O( m/w n) time and O(m + n) space [2], where w is the word size of a computer. Using this method, Hirschberg's LCS algorithm can be accelerated.…”
Section: Introductionmentioning
confidence: 99%