Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string common to at least d ≥ 2 of the docu-ments. This problem is known as the longest common substring (LCS) problem and has a classic O(n) space and O(n) time solution (Weiner [FOCS’73], Hui [CPM’92]). However, the use of linear space is imprac-tical in many applications. In this paper we show that for any trade-off parameter 1 ≤ τ ≤ n, the LCS problem can be solved in O(τ) space and O(n2/τ) time, thus providing the first smooth deterministic time-space trade-off from constant to linear space. The result uses a new and very simple algorithm, which computes a τ-additive approximation to the LCS in O(n2/τ) time and O(1) space. We also show a time-s...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
International audienceThe longest common subsequence (LCS) problem is a classic and well-studied pro...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
Two space efficient algorithms to solve the LCSk problem and LCS(>=)k problem are presented in th...
Abstract. The longest common extension problem (LCE problem) is to construct a data structure for an...
This thesis investigates the approximability of the Longest Common Subsequence (LCS) problem. The fa...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
International audienceThe longest common subsequence (LCS) problem is a classic and well-studied pro...
International audienceIn the classic longest common substring (LCS) problem, we are given two string...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
Two space efficient algorithms to solve the LCSk problem and LCS(>=)k problem are presented in th...
Abstract. The longest common extension problem (LCE problem) is to construct a data structure for an...
This thesis investigates the approximability of the Longest Common Subsequence (LCS) problem. The fa...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
Abstract. Given strings S1, S2, and P, the constrained longest common sub-sequence problem for S1 an...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
International audienceThe longest common subsequence (LCS) problem is a classic and well-studied pro...