کد مقاله کد نشریه سال انتشار مقاله انگلیسی نسخه تمام متن
427573 686523 2013 6 صفحه PDF دانلود رایگان
عنوان انگلیسی مقاله ISI
A linear algorithm for 3-letter longest common weakly increasing subsequence
کلمات کلیدی
موضوعات مرتبط
مهندسی و علوم پایه مهندسی کامپیوتر نظریه محاسباتی و ریاضیات
پیش نمایش صفحه اول مقاله
A linear algorithm for 3-letter longest common weakly increasing subsequence
چکیده انگلیسی

The problem of finding a longest weakly increasing common subsequence (LCWIS) of two sequences is a variant of the popular longest common subsequence (LCS) problem. While there are no known methods to find LCS in truly sub-quadratic time, there are faster algorithms to compute LCWIS if the alphabet size is small enough. We present a linear-time algorithm finding LCWIS over 3-letter alphabet. Up to now, the fastest known algorithm was O(min{m+nlogn,mloglogm}), where m≥nm≥n denote lengths of the sequences.


► We search for longest common subsequence of two sequences that is sorted, i.e. weakly increasing.
► An algorithm of linear time complexity for sequences over 3-letter alphabet is presented, improving previously known O(nloglogn) algorithm.
► Our algorithm uses simple list-like data structures instead of complex van Emde-Boas queues.

ناشر
Database: Elsevier - ScienceDirect (ساینس دایرکت)
Journal: Information Processing Letters - Volume 113, Issue 3, 15 February 2013, Pages 94–99
نویسندگان
,