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

TL;DR
This paper introduces a new problem combining longest common subsequence and substring concepts and proposes an algorithm to solve it, expanding the scope of string similarity measures.
Contribution
The paper defines a novel problem and provides an algorithmic solution, advancing methods for string comparison tasks.
Findings
Proposed an algorithm for the combined longest common subsequence and substring problem.
Established the problem's formal definition and scope.
Demonstrated the algorithm's effectiveness in solving the new problem.
Abstract
In this note, we first introduce a new problem called the longest common subsequence and substring problem. Let and be two strings over an alphabet . The longest common subsequence and substring problem for and is to find the longest string which is a subsequence of and a substring of . We propose an algorithm to solve the problem.
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 · DNA and Biological Computing · Wireless Communication Networks Research
