In the classic longest common substring (LCS) problem, we are given two strings S and T, each of length at most n, over an alphabet of size σ, and we are asked to find a longest string occurring as a fragment of both S and T. Weiner, in his seminal paper that introduced the suffix tree, presented an (n log σ)-time algorithm for this problem [SWAT 1973]. For polynomially-bounded integer alphabets, the linear-time construction of suffix trees by Farach yielded an (n)-time algorithm for the LCS problem [FOCS 1997]. However, for small alphabets, this is not necessarily optimal for the LCS problem in the word RAM model of computation, in which the strings can be stored in (n log σ/log n) space and read in (n log σ/log n) time. We show that, in t...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
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...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
AbstractWe present algorithms for finding a longest common increasing subsequence of two or more inp...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
The longest common substring problem consists in finding a longest string that appears as a (contigu...
International audienceWe revisit the classic algorithmic problem of computing a longest palidromic s...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...
In the classic longest common substring (LCS) problem, we are given two strings S and T, each of len...
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...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
Given two strings S and T, each of length at most n, the longest common substring (LCS) problem is t...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
AbstractWe present algorithms for finding a longest common increasing subsequence of two or more inp...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
Given two strings of lengths m and n≥m on an alphabet of size s, the longest common subsequence (LCS...
The longest common substring problem consists in finding a longest string that appears as a (contigu...
International audienceWe revisit the classic algorithmic problem of computing a longest palidromic s...
We revisit the classic algorithmic problem of computing a longest palidromic substring. This problem...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
AbstractWe consider the complexity of computing a longest increasing subsequence (LIS) parameterised...