2014
DOI: 10.1109/tkde.2014.2304464
|View full text |Cite
|
Sign up to set email alerts
|

A Space-Bounded Anytime Algorithm for the Multiple Longest Common Subsequence Problem

Abstract: The multiple longest common subsequence (MLCS) problem, related to the identification of sequence similarity, is an important problem in many fields. As an NP-hard problem, its exact algorithms have difficulty in handling large-scale data and time- and space-efficient algorithms are required in real-world applications. To deal with time constraints, anytime algorithms have been proposed to generate good solutions with a reasonable time. However, there exists little work on space-efficient MLCS algorithms. In t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
13
0

Year Published

2016
2016
2020
2020

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 27 publications
(13 citation statements)
references
References 29 publications
0
13
0
Order By: Relevance
“…185 posed in the recent literature [21,22]. For each cluster c, we will check for the most common substring occurring in the raw log.…”
Section: Sequence (Mlcs) Technique Solutions Of This Classical Problmentioning
confidence: 99%
“…185 posed in the recent literature [21,22]. For each cluster c, we will check for the most common substring occurring in the raw log.…”
Section: Sequence (Mlcs) Technique Solutions Of This Classical Problmentioning
confidence: 99%
“…The longest common subsequence (LCS) problem is a classic computer science problem and still attracts continuous attention [1][2][3][4]. It is the basis of data comparison programs and widely used by revision control systems for reconciling multiple changes made to a revision-controlled collection of files.…”
Section: Introductionmentioning
confidence: 99%
“…More recently, Yang et al [15] used the observation on monotonically increasing values in the LCS table to identify the “corner points”, where the values on the diagonals change from one row to the next. The corners define a more sparse 2D grid, based on which they determine the LCS .…”
Section: Introductionmentioning
confidence: 99%