AbstractGiven two strings A and B of lengths na and nb, na⩽nb, 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(nanb) time and O(na+nb) space. After this preparation, it is possible to build a matrix of size O(nb2) that allows any LCS length to be retrieved in constant time. Some trade-offs ...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
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...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
AbstractIn this paper, we study some variants of the Constrained Longest Common Subsequence (CLCS) p...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
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...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Given two sequences, the traditional longest common subsequence (LCS) problem is to obtain the commo...
AbstractIn this paper, we study some variants of the Constrained Longest Common Subsequence (CLCS) p...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...