Sciweavers

FCS
2006

Another Algorithm for Computing Longest Common Increasing Subsequence for Two Random Input Sequences

13 years 6 months ago
Another Algorithm for Computing Longest Common Increasing Subsequence for Two Random Input Sequences
We have previously developed several algorithms which deal with different input sequence scenarios respectively. In this paper, another sequential algorithm for computing Longest Common Increasing Subsequence for two random input sequences is reported. It runs in O(m n log p) time complexity and takes space of O(2(m + n + 1) p), where m and n are the length for two input sequences respectively, and p is the length of the final Longest Common Increasing Subsequence. Parallelization allows us to further reduce time and space. This algorithm has significant applications in the area of Computational Biology in manipulating the genomic sequences.
Yongsheng Bai, Bob P. Weems
Added 31 Oct 2010
Updated 31 Oct 2010
Type Conference
Year 2006
Where FCS
Authors Yongsheng Bai, Bob P. Weems
Comments (0)