Proceedings Seventh International Symposium on String Processing and Information Retrieval. SPIRE 2000
DOI: 10.1109/spire.2000.878178
|View full text |Cite
|
Sign up to set email alerts
|

A survey of longest common subsequence algorithms

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
329
0
5

Publication Types

Select...
6
2

Relationship

0
8

Authors

Journals

citations
Cited by 432 publications
(334 citation statements)
references
References 31 publications
0
329
0
5
Order By: Relevance
“…But, this increases the convergence time. In initialization method, each individual is created by choosing a motif length l, obtaining its location through search algorithm and adding some random number α [1,10] to that position to form new positions. Fig.…”
Section: Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…But, this increases the convergence time. In initialization method, each individual is created by choosing a motif length l, obtaining its location through search algorithm and adding some random number α [1,10] to that position to form new positions. Fig.…”
Section: Resultsmentioning
confidence: 99%
“…In the preprocessing phase, the algorithm generates a table which stores details of characters and the number of characters that can be skipped while performing match operation [9]. As the BMH algorithm largely depended on the size of the alphabet and the pattern length, it was further improved by Raita [10] by changing the search procedure of BMH search. The proposed strategy for searching is to compare the last character followed by first character and then the middle character before actually comparing the other characters.…”
Section: Literature Reviewmentioning
confidence: 99%
“…The length of LCSS of X and Y (or written as LCSS(X, Y )) will be denoted by ζ. The recurrence relation [47] leading to the length of the LCSS for each pair [X(1 . .…”
Section: A Longest Common Sub Sequencementioning
confidence: 99%
“…The sequence of arrows show a possible LCSS path. The LCSS path in this case indicates that there is a match of four elements in the sequence viz., uvuu [31,47]. More details are given in III.…”
Section: B K-meansmentioning
confidence: 99%
“…Dynamic programming enables us to solve such problems in polynomial time. For example, the longest common subsequence problem, which requires finding the longest common subsequence of given two sequences, can be solved by the dynamic programming approach [2]. Since a sequence have an exponential number of subsequences, a straightforward algorithm takes an exponential time to find the longest common subsequence.…”
Section: Introductionmentioning
confidence: 99%