The Longest Subsequence-Repeated Subsequence Problem

04/13/2023
by   Manuel Lafond, et al.
0

Motivated by computing duplication patterns in sequences, a new fundamental problem called the longest subsequence-repeated subsequence (LSRS) is proposed. Given a sequence S of length n, a letter-repeated subsequence is a subsequence of S in the form of x_1^d_1x_2^d_2⋯ x_k^d_k with x_i a subsequence of S, x_j≠ x_j+1 and d_i≥ 2 for all i in [k] and j in [k-1]. We first present an O(n^6) time algorithm to compute the longest cubic subsequences of all the O(n^2) substrings of S, improving the trivial O(n^7) bound. Then, an O(n^6) time algorithm for computing the longest subsequence-repeated subsequence (LSRS) of S is obtained. Finally we focus on two variants of this problem. We first consider the constrained version when Σ is unbounded, each letter appears in S at most d times and all the letters in Σ must appear in the solution. We show that the problem is NP-hard for d=4, via a reduction from a special version of SAT (which is obtained from 3-COLORING). We then show that when each letter appears in S at most d=3 times, then the problem is solvable in O(n^5) time.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
12/10/2021

Beyond the Longest Letter-duplicated Subsequence Problem

Given a sequence S of length n, a letter-duplicated subsequence is a sub...
research
10/29/2020

The realizability of discs with ribbons on a Möbius strip

An hieroglyph on n letters is a cyclic sequence of the letters 1,2, . . ...
research
08/27/2021

Positive Planar Satisfiability Problems under 3-Connectivity Constraints

A 3-SAT problem is called positive and planar if all the literals are po...
research
12/31/2019

Efficiently Realizing Interval Sequences

We consider the problem of realizable interval-sequences. An interval se...
research
11/10/2020

Decision times of infinite computations

The decision time of an infinite time algorithm is the supremum of its h...
research
11/01/2019

Two-machine routing open shop on a tree: instance reduction and efficiently solvable subclass

The routing open shop problem is a natural combination of the metric tra...
research
03/06/2022

An Interactive Gameplay to Crowdsource Multiple Sequence Alignment of Genome Sequences: Genenigma

Comparative genomics is a field of research that compares genomes of dif...

Please sign up or login with your details

Forgot password? Click here to reset