For two strings a, b of lengths m, n respectively, the longest common subsequence (LCS) problem consists in comparing a and b by computing the length of their LCS. In this paper, we define a generalisation, called "the all semi-local LCS problem", where each string is compared against all substrings of the other string, and all prefixes of each string are compared against all suffixes of the other string. An explicit representation of the output lengths is of size Theta((m+n)(2)). We show that the output can be represented implicitly by a geometric data structure of size O(m + n), allowing efficient queries of the individual output lengths. The currently best all string-substring LCS algorithm by Alves et al. can be adapted to produce the o...
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...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
For two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) problem con...
AbstractFor two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) pro...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Abstract. For two strings a, b, the longest common subsequence (LCS) problem consists in comparing a...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
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...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
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...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
For two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) problem con...
AbstractFor two strings a, b of lengths m, n, respectively, the longest common subsequence (LCS) pro...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
AbstractGiven two strings A and B of lengths na and nb, na⩽nb, respectively, the all-substrings long...
Abstract. For two strings a, b, the longest common subsequence (LCS) problem consists in comparing a...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
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...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
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...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...