2005
DOI: 10.37236/1947
|View full text |Cite
|
Sign up to set email alerts
|

Minimum Common String Partition Problem: Hardness and Approximations

Abstract: String comparison is a fundamental problem in computer science, with applications in areas such as computational biology, text processing and compression. In this paper we address the minimum common string partition problem, a string comparison problem with tight connection to the problem of sorting by reversals with duplicates, a key problem in genome rearrangement. A partition of a string $A$ is a sequence ${\cal P} = (P_1,P_2,\dots,P_m)$ of strings, called the blocks, whose concatenation is equal to $A$. … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
5

Citation Types

0
22
0

Year Published

2007
2007
2022
2022

Publication Types

Select...
4
1

Relationship

1
4

Authors

Journals

citations
Cited by 25 publications
(22 citation statements)
references
References 10 publications
0
22
0
Order By: Relevance
“…Our Result. Notice that the MWDSM problem is NP-hard as its unweighted variant (i.e., the MDSM problem) is known to be NP-hard [14]. We note that the previous approximation algorithms for the MDSM problem do not apply to the MWDSM problem.…”
Section: Introductionmentioning
confidence: 97%
See 4 more Smart Citations
“…Our Result. Notice that the MWDSM problem is NP-hard as its unweighted variant (i.e., the MDSM problem) is known to be NP-hard [14]. We note that the previous approximation algorithms for the MDSM problem do not apply to the MWDSM problem.…”
Section: Introductionmentioning
confidence: 97%
“…In the simplest form, the only edit operation that is allowed in computing the edit distance is to shift a block of characters; that is, to change the order of the characters in the string. Computing the edit distance under this operation reduces to the Minimum Common String Partition (MCSP) problem, which was introduced by Goldstein et al [14] (see also [21]) and is defined as follows. For a string s, let P (s) denote a partition of s. Given two strings s 1 and s 2 each of length n, where s 2 is a permutation of s 1 , the objective of the MCSP problem is to find a partition P (s 1 ) of s 1 and P (s 2 ) of s 2 of minimum cardinality such that P (s 2 ) is a permutation of P (s 1 ).…”
Section: Introductionmentioning
confidence: 99%
See 3 more Smart Citations