4.3 Article

Computing a longest common almost-increasing subsequence of two sequences

Journal

THEORETICAL COMPUTER SCIENCE
Volume 854, Issue -, Pages 44-51

Publisher

ELSEVIER
DOI: 10.1016/j.tcs.2020.11.035

Keywords

Algorithm; Dynamic programming; Longest common almost-increasing; subsequence

Funding

  1. Ministry of Science and Technology of Taiwan [MOST107-2221-E-007066-MY2]

Ask authors/readers for more resources

In this work, a dynamic programming algorithm is proposed to correctly compute the longest common almost-increasing subsequence (LCaIS) between two sequences with repeated elements. The algorithm has a time complexity of O(nml) and a space complexity of O(nm).
Given a positive constant c , a sequence S = (s(1) , s(2) , ... , s(k)) of k numbers is said to be almost increasing if and only if s(i) > max(1 <= j <= i) s(j) - c for all 1 < i <= k. A longest common almost-increasing subsequence (LCaIS) between two input sequences is a longest common subsequence that is also an almost increasing sequence. We found out that the existing algorithm proposed by Moosa et al. [1] to find an LCaIS of two sequences without repeated elements gives an incorrect result for some instances. In this work, we present a dynamic programming algorithm that can correctly compute an LCaIS between any two sequences with repeated elements in O (nml) time and O (nm) space, where n and m are the lengths of two input sequences and l is the length of the output LCaIS. (C) 2020 Elsevier B.V. All rights reserved.

Authors

I am an author on this paper
Click your name to claim this paper and add it to your profile.

Reviews

Primary Rating

4.3
Not enough ratings

Secondary Ratings

Novelty
-
Significance
-
Scientific rigor
-
Rate this paper

Recommended

No Data Available
No Data Available