Back to Search Start Over

Designing and implementing algorithms for the closest string problem.

Authors :
Yuasa, Shota
Chen, Zhi-Zhong
Ma, Bin
Wang, Lusheng
Source :
Theoretical Computer Science. Sep2019, Vol. 786, p32-43. 12p.
Publication Year :
2019

Abstract

Given a set of n strings of length L and a radius d , the closest string problem (CSP for short) asks for a string t s o l that is within a Hamming distance of d to each of the given strings. It is known that the problem is NP-hard and its optimization version admits a polynomial time approximation scheme (PTAS). A number of parameterized algorithms have been then developed to solve the problem when d is small. Among them, the relatively new ones have not been implemented before and their performance in practice was unknown. In this study, we implement all of them by careful engineering. For those that have been implemented before, our implementation is much faster. For some of those that have not been implemented before, our experimental results show that there exist huge gaps between their theoretical and practical performances. We also design a new parameterized algorithm for the binary case of CSP. The algorithm is deterministic and runs in O (n 2 L + n 2 d ⋅ 6.16 d) time, while the previously best deterministic algorithm runs in O (n L + n d 3 ⋅ 6.731 d) time. [ABSTRACT FROM AUTHOR]

Details

Language :
English
ISSN :
03043975
Volume :
786
Database :
Academic Search Index
Journal :
Theoretical Computer Science
Publication Type :
Academic Journal
Accession number :
138098784
Full Text :
https://doi.org/10.1016/j.tcs.2018.05.017