دانلود مقاله ISI انگلیسی شماره 78951
ترجمه فارسی عنوان مقاله

الگوریتم های سریع تر برای محاسبه طولانی ترین زیرساخت های بزرگ

عنوان انگلیسی
Faster algorithms for computing longest common increasing subsequences
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
78951 2011 12 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Journal of Discrete Algorithms, Volume 9, Issue 4, December 2011, Pages 314–325

ترجمه کلمات کلیدی
متعاقبا مشترک، افزایش متعاقبا، الفبای کوچک، ون امد بواس درختان
کلمات کلیدی انگلیسی
Common subsequences; Increasing subsequences; Small alphabets; Van Emde Boas trees

چکیده انگلیسی

We present algorithms for finding a longest common increasing subsequence of two or more input sequences. For two sequences of lengths n and m  , where m⩾nm⩾n, we present an algorithm with an output-dependent expected running time of O((m+nℓ)loglogσ+Sort) and O(m)O(m) space, where ℓ is the length of an LCIS, σ is the size of the alphabet, and Sort   is the time to sort each input sequence. For k⩾3k⩾3 length-n sequences we present an algorithm which improves the previous best bound by more than a factor k   for many inputs. In both cases, our algorithms are conceptually quite simple but rely on existing sophisticated data structures. Finally, we introduce the problem of longest common weakly-increasing (or non-decreasing) subsequences (LCWIS), for which we present an O(min{m+nlogn,mloglogm})-time algorithm for the 3-letter alphabet case. For the extensively studied longest common subsequence problem, comparable speedups have not been achieved for small alphabets.