Designing and Implementing Algorithms for the Closest String Problem.

Lecture Notes in Computer Science(2019)

引用 2|浏览22
暂无评分
摘要
Given a set of n strings of length L and a radius d, the closest string problem (CSP for short) asks for a string ts 1 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 0 (nL n(2) d . 6.16(d)) time, while the previously best deterministic algorithm runs in 0 (nL nd3 . 6.731(d)) time.
更多
查看译文
关键词
The closest string problem,Fixed-parameter algorithms,Computational biology,Algorithm engineering
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要