کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
6875709 1441981 2018 16 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
Efficient merged longest common subsequence algorithms for similar sequences
ترجمه فارسی عنوان
طولانی ترین الگوریتم های متعارف برای توالی های مشابه کارآمد است
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
چکیده انگلیسی
Given a pair of merging sequences A, B and a target sequence T, the merged longest common subsequence (MLCS) problem is to find out the longest common subsequence (LCS) between sequences E(A,B) and T, where E(A,B) is obtained from merging two subsequences of A and B. In this paper, we first propose an algorithm for solving the MLCS problem in O(n|Σ|+(r−L+1)Lm) time and O(n|Σ|+Lm) space, where r and L denote the lengths of T and MLCS, respectively, and m and n denote the shorter and longer lengths of A and B, respectively. From the time complexity, it is clear that our algorithm is very efficient when T and E(A,B) are very similar. With slight modification, our algorithm can also solve another merged LCS problem variant, the block-merged LCS (BMLCS) problem, in O(n|Σ|+(r−L+1)Lδ) time and O(n|Σ|+Lδ) space, where δ denotes the larger number of blocks of A and B. Experimental results show that our algorithms are faster than other previously published MLCS and BMLCS algorithms for sequences with high similarities. The source codes and datasets for experiments can be found on our web site http://par.cse.nsysu.edu.tw/~mlcs/[20].
ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Theoretical Computer Science - Volume 708, 17 January 2018, Pages 75-90
نویسندگان
, , , ,