2021
DOI: 10.3390/math9131515
|View full text |Cite
|
Sign up to set email alerts
|

Solving the Longest Common Subsequence Problem Concerning Non-Uniform Distributions of Letters in Input Strings

Abstract: The longest common subsequence (LCS) problem is a prominent NP–hard optimization problem where, given an arbitrary set of input strings, the aim is to find a longest subsequence, which is common to all input strings. This problem has a variety of applications in bioinformatics, molecular biology and file plagiarism checking, among others. All previous approaches from the literature are dedicated to solving LCS instances sampled from uniform or near-to-uniform probability distributions of letters in the input s… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
5
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
1
1
1

Relationship

0
6

Authors

Journals

citations
Cited by 7 publications
(5 citation statements)
references
References 42 publications
0
5
0
Order By: Relevance
“…We implemented our proposed methods, i.e., k analytic , GCoV, and the Hyper-heuristic (HH) of those methods. To evaluate our results, we have implemented the best short-run methods proposed in the LCS literature, including k guess [21], BS-Ex [22], and GMPSUM [25]. All methods here are implemented using the Python version 3.8 programming language.…”
Section: Resultsmentioning
confidence: 99%
See 3 more Smart Citations
“…We implemented our proposed methods, i.e., k analytic , GCoV, and the Hyper-heuristic (HH) of those methods. To evaluate our results, we have implemented the best short-run methods proposed in the LCS literature, including k guess [21], BS-Ex [22], and GMPSUM [25]. All methods here are implemented using the Python version 3.8 programming language.…”
Section: Resultsmentioning
confidence: 99%
“…6. As the results in Tables 2, 3, and 4 show some values of GMPSUM [25] are left empty, especially for lengthier strings. It is impossible for us to compute some values of GMPSUM.…”
Section: Comparison Of K Guess Vs K Analyticmentioning
confidence: 90%
See 2 more Smart Citations
“…LCS or longest common sub string can find out the common sub string between two sentences [28]. A simple approach checks each sub string of sequence 1 to see if it is also a sub-string of sequence 2.…”
Section: Proposed Methodsmentioning
confidence: 99%