A Simple Algorithm for the Constrained Sequence Problems

03/04/2021
by   Francis Yuk Lun Chin, et al.
0

In this paper we address the constrained longest common subsequence problem. Given two sequences X, Y and a constrained sequence P, a sequence Z is a constrained longest common subsequence for X and Y with respect to P if Z is the longest subsequence of X and Y such that P is a subsequence of Z. Recently, Tsai <cit.> proposed an O(n^2 · m^2 · r) time algorithm to solve this problem using dynamic programming technique, where n, m and r are the lengths of X, Y and P, respectively. In this paper, we present a simple algorithm to solve the constrained longest common subsequence problem in O(n · m · r) time and show that the constrained longest common subsequence problem is equivalent to a special case of the constrained multiple sequence alignment problem which can also be solved.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
01/16/2020

Faster STR-EC-LCS Computation

The longest common subsequence (LCS) problem is a central problem in str...
research
04/27/2022

Speeding Hirschberg Algorithm for Sequence Alignment

The use of Hirschberg algorithm reduces the spatial cost of recovering t...
research
05/07/2022

Dispersing Facilities on Planar Segment and Circle Amidst Repulsion

In this paper we consider the problem of locating k obnoxious facilities...
research
08/02/2023

An Algorithm for the Longest Common Subsequence and Substring Problem

In this note, we first introduce a new problem called the longest common...
research
08/06/2015

The study of cuckoo optimization algorithm for production planning problem

Constrained Nonlinear programming problems are hard problems, and one of...
research
08/13/2018

Speeding Up Constrained k-Means Through 2-Means

For the constrained 2-means problem, we present a O(dn+d(1ϵ)^O(1ϵ) n) ti...
research
08/15/2019

Towards multi-sequence MR image recovery from undersampled k-space data

Undersampled MR image recovery has been widely studied for accelerated M...

Please sign up or login with your details

Forgot password? Click here to reset