Given two strings X and Y of lengths m and n, re-spectively, the all-substrings longest common subsequence (ALCS) problem obtains the lengths of the subsequences common to X and any substring of Y. The sequential al-gorithm takes O(mn) time and O(n) space. We present a parallel algorithm for ALCS on a coarse-grained multi-computer (BSP/CGM) model with p < pm processors that takes O(mn=p) time and O(n p m) space per processor, with O(log p) communication rounds. The proposed paral-lel algorithm also solves the well-known LCS problem. To our knowledge this is the best BSP/CGM algorithm for the ALCS problem in the literature. 1
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
A new algorithm that creates a common subsequence automaton for a set of strings is presented. Moreo...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
International audienceThe paper presents a coarse-grained multicomputer algorithm that solves the Lo...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
This paper presents performance results for parallel algorithms that compute the longest common subs...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
In this paper, a fast algorithm for the longest-common-subsequence problem is presented which runs i...
Abstract. This paper presents performance results for parallel algorithms that compute the longest c...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
Abstract. A longest common subsequence (LCS) of two strings is a common subsequence of two strings o...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
A new algorithm that creates a common subsequence automaton for a set of strings is presented. Moreo...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...
International audienceThe paper presents a coarse-grained multicomputer algorithm that solves the Lo...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
This paper presents performance results for parallel algorithms that compute the longest common subs...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
In this paper, a fast algorithm for the longest-common-subsequence problem is presented which runs i...
Abstract. This paper presents performance results for parallel algorithms that compute the longest c...
The problem of finding the constrained longest common subsequence (CLCS) for the sequences A and B w...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
Abstract. A longest common subsequence (LCS) of two strings is a common subsequence of two strings o...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
A new algorithm that creates a common subsequence automaton for a set of strings is presented. Moreo...
The problem of computing the longest common subsequence of two sequences (LCS for short) is a classi...