Sciweavers

APPROX
2004
Springer

The Greedy Algorithm for the Minimum Common String Partition Problem

13 years 10 months ago
The Greedy Algorithm for the Minimum Common String Partition Problem
In the Minimum Common String Partition problem (MCSP) we are given two strings on input, and we wish to partition them into the same collection of substrings, minimizing the number of the substrings in the partition. This problem is NP-hard, even for a special case, denoted 2-MCSP, where each letter occurs at most twice in each input string. We study a greedy algorithm for MCSP that at each step extracts a longest common substring from the given strings. We show that the approximation ratio of this algorithm is between Ω(n0.43 ) and O(n0.69 ). In case of 2-MCSP, we show that the approximation ratio is equal to 3. For 4-MCSP, we give a lower bound of Ω(log n).
Marek Chrobak, Petr Kolman, Jiri Sgall
Added 30 Jun 2010
Updated 30 Jun 2010
Type Conference
Year 2004
Where APPROX
Authors Marek Chrobak, Petr Kolman, Jiri Sgall
Comments (0)