An Algorithm for the Longest Common Subsequence and Substring Problem for Multiple Strings
Rao Li

TL;DR
This paper introduces a new algorithm designed to find the longest string that is simultaneously a subsequence of multiple strings and a substring of another set of multiple strings, addressing a complex string comparison problem.
Contribution
The paper presents a novel algorithm specifically for solving the longest common subsequence and substring problem across multiple strings, extending previous pairwise approaches.
Findings
Algorithm effectively finds the longest common subsequence and substring for multiple strings.
Improves on existing methods by handling multiple strings simultaneously.
Provides a practical solution for complex string comparison tasks.
Abstract
Let and be strings over an alphabet , where and are positive integers. The longest common subsequence and substring problem for multiple strings and is to find the longest string which is a subsequence of and a substring of . In this paper, 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
