An important problem in computational biology is finding the longest common subsequence (LCS) of two nucleotide sequences. This paper examines the correctness and performance of a recently proposed parallel LCS algorithm that uses successor tables and pruning rules to construct a list of sets from which an LCS can be easily reconstructed. Counterexamples are given for two pruning rules that were given with the original algorithm. Because of these errors, performance measurements originally reported cannot be validated. The work presented here shows that speedup can be reliably achieved by an implementation in Unified Parallel C that runs on an Infiniband cluster. This performance is partly facilitated by exploiting the software cache of the...
Multiple longest common subsequence (MLCS) mining (a classical NP-hard problem) is an important tas...
In this paper, we study the Longest Common Subsequence problem of multiple sequences. Because the pr...
Abstract. Given a finite set of strings X, the longest common subsequence problem (LCS) consists in ...
An important problem in computational biology is finding the longest common subsequence (LCS) of two...
Abstract Objective Finding the longest common subsequence (LCS) among sequences is NP-hard. This is ...
Information in various applications is often expressed as character sequences over a finite alphabet...
Analysis and performance of a UPC implementation of a parallel longest common subsequence algorithm ...
The multiple longest common subsequence (MLCS) problem involves finding all the longest common subse...
Finding the longest common subsequence (LCS) of multiple strings is an NP-hard problem, with many ...
Abstract. The longest common subsequence(LCS) problem is one of the classical and wellstudied proble...
AbstractThe problem of finding the longest common subsequence (lcs) of a given set of sequences over...
This paper presents performance results for parallel algorithms that compute the longest common subs...
As new genes are sequenced, it is necessary for molecular biologists to compare the new gene’s biose...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
Abstract. This paper presents performance results for parallel algorithms that compute the longest c...
Multiple longest common subsequence (MLCS) mining (a classical NP-hard problem) is an important tas...
In this paper, we study the Longest Common Subsequence problem of multiple sequences. Because the pr...
Abstract. Given a finite set of strings X, the longest common subsequence problem (LCS) consists in ...
An important problem in computational biology is finding the longest common subsequence (LCS) of two...
Abstract Objective Finding the longest common subsequence (LCS) among sequences is NP-hard. This is ...
Information in various applications is often expressed as character sequences over a finite alphabet...
Analysis and performance of a UPC implementation of a parallel longest common subsequence algorithm ...
The multiple longest common subsequence (MLCS) problem involves finding all the longest common subse...
Finding the longest common subsequence (LCS) of multiple strings is an NP-hard problem, with many ...
Abstract. The longest common subsequence(LCS) problem is one of the classical and wellstudied proble...
AbstractThe problem of finding the longest common subsequence (lcs) of a given set of sequences over...
This paper presents performance results for parallel algorithms that compute the longest common subs...
As new genes are sequenced, it is necessary for molecular biologists to compare the new gene’s biose...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
Abstract. This paper presents performance results for parallel algorithms that compute the longest c...
Multiple longest common subsequence (MLCS) mining (a classical NP-hard problem) is an important tas...
In this paper, we study the Longest Common Subsequence problem of multiple sequences. Because the pr...
Abstract. Given a finite set of strings X, the longest common subsequence problem (LCS) consists in ...