An improved algorithm for the longest common subsequence problem

An improved algorithm for the longest common subsequence problem

0.00 Avg rating0 Votes
Article ID: iaor20117132
Volume: 39
Issue: 3
Start Page Number: 512
End Page Number: 520
Publication Date: Mar 2012
Journal: Computers and Operations Research
Authors: ,
Keywords: programming: dynamic, heuristics
Abstract:

The Longest Common Subsequence problem seeks a longest subsequence of every member of a given set of strings. It has applications, among others, in data compression, FPGA circuit minimization, and bioinformatics. The problem is NP‐hard for more than two input strings, and the existing exact solutions are impractical for large input sizes. Therefore, several approximation and (meta) heuristic algorithms have been proposed which aim at finding good, but not necessarily optimal, solutions to the problem. In this paper, we propose a new algorithm based on the constructive beam search method. We have devised a novel heuristic, inspired by the probability theory, intended for domains where the input strings are assumed to be independent. Special data structures and dynamic programming methods are developed to reduce the time complexity of the algorithm. The proposed algorithm is compared with the state‐of‐the‐art over several standard benchmarks including random and real biological sequences. Extensive experimental results show that the proposed algorithm outperforms the state‐of‐the‐art by giving higher quality solutions with less computation time for most of the experimental cases.

Reviews

Required fields are marked *. Your email address will not be published.