Two space efficient algorithms to solve the LCSk problem and LCS(>=)k problem are presented in this paper. The algorithms improve the time and space complexities. of the algorithms of Benson et al. [4]. The space cost of the first algorithm to solve the LCSk problem is reduced from O (n(2)) to O (kn), if the size of the two input sequences are both n. The time and space costs of the second algorithm to solve the LCS >= k problem are both improved. The time cost is reduced from O (kn(2)) to O (n(2)), and the space cost is reduced from O (n(2)) to O (kn). In the case of k = O(1), the two algorithms are both linear space algorithms. (C) 2017 Elsevier B.V. All rights reserved.SCI(E)ARTICLE79-9268
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
The longest common subsequence (LCS) problem is a classic computer science problem. For the essentia...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
This note provides very simple, efficient algorithms for computing the number of distinct longest co...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...
The longest common subsequence (LCS) problem is a classic computer science problem. For the essentia...
AbstractSpace saving techniques in computations of a longest common subsequence (LCS) of two strings...
Abstract—We investigate the k-LCS problem that is finding a longest common subsequence (LCS) for k g...
AbstractThe LCS problem is to determine a longest common subsequence (LCS) of two symbol sequences. ...
This note provides very simple, efficient algorithms for computing the number of distinct longest co...
Abstract. We consider the classic problem of computing (the length of) the longest common subsequenc...
Abstract. Given m documents of total length n, we consider the prob-lem of finding a longest string ...
Although the Longest Common Subsequence (LCS)Problem has been studied by many researchers for years,...
We present algorithms for finding a longest common increasing subsequence of two or more input seque...
This paper fe-examines. in a unified framework, me problem of finding a longest------commoIr"St...
AbstractThe longest common subsequence (LCS) problem is one of the classical and well-studied proble...
summary:This paper deals with a new practical method for solving the longest common subsequence (LCS...
www.dcs.kcl.ac.uk/adg The longest common subsequence(LCS) problem is one of the classical and wellst...
This paper shows that a simple algorithm produces the all-prefixes-LCSs-graph in O(mn) time for two ...
Given two strings A and B of lengths n(a) and n(b), n(a) <= n(b), respectively, the all-substrings l...