Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings longest common subsequence (ALCS) problem obtains, for every substring B` of B, the length of the longest string that is a subsequence of both A and B. The ALCS problem has many applications, such as finding approximate tandem repeats in strings, solving the circular alignment of two strings and finding the alignment of one string with several others that have a common substring. We present an algorithm to prepare the basic data structure for ALCS queries that takes O(n(a)n(b)) time and O(n(a) + n(b)) space. After this preparation, it is possible to build that allows any LCS length to be retrieved in constant time. Some trade-offs between the ...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
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 X and Y of lengths m and n, re-spectively, the all-substrings longest common subse...
For two strings a, b of lengths m, n respectively, the longest common subsequence (LCS) problem cons...
For two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) problem con...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
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 X and Y of lengths m and n, re-spectively, the all-substrings longest common subse...
For two strings a, b of lengths m, n respectively, the longest common subsequence (LCS) problem cons...
For two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) problem con...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...