An Algorithm for the Constrained Longest Common Subsequence and Substring Problem
R. Li, J. Deka, K. Deka, D. Li

TL;DR
This paper introduces an algorithm to solve the constrained longest common subsequence and substring problem, where the goal is to find the longest string that is a subsequence of one string, a substring of another, and contains a specific constrained string as a subsequence.
Contribution
The paper presents a novel algorithm specifically designed for the constrained longest common subsequence and substring problem involving a third string constraint.
Findings
Algorithm effectively finds the constrained longest common subsequence and substring.
The proposed method improves upon existing solutions in terms of efficiency.
The approach is applicable to various string matching problems with constraints.
Abstract
Let be an alphabet. For two strings , , and a constrained string over the alphabet , the constrained longest common subsequence and substring problem for two strings and with respect to is to find a longest string which is a subsequence of , a substring of , and has as a subsequence. In this paper, we propose an algorithm for the constrained longest common subsequence and substring problem for two strings with a constrained string.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Network Packet Processing and Optimization · Natural Language Processing Techniques
