Research on Pairwise Sequence Alignment Needleman-Wunsch Algorithm

Xiantao Jiang,Xueliang Fu,Gaifang Dong,Honghui Li
DOI: https://doi.org/10.2991/icmmcce-17.2017.187
2017-01-01
Abstract:The pairwise sequence alignment algorithm, Needleman-Wunsch is one of the most basic algorithms in biological information processing. However, the Needleman-Wunsch algorithm based on dynamic programming gets optimal alignment results with high time complexity and space complexity, which is impractical. This paper proposes an improved algorithm of Needleman-Wunsch, and demonstrates the algorithm by experiment. With the same score and accuracy, we compare and analyze the running time before and after improvement. The experimental results show that the improved algorithm can reduce the time complexity of Needleman-Wunsch algorithm.
What problem does this paper attempt to address?