Computing a Longest Common Palindromic Subsequence
Shihabur Rahman Chowdhury, Md. Mahbubul Hasan, Sumaiya Iqbal, M., Sohel Rahman

TL;DR
This paper introduces the longest common palindromic subsequence (LCPS) problem, a novel variant of the classic LCS problem, and provides the first efficient algorithms to solve it.
Contribution
It is the first study to define and develop algorithms for the LCPS problem, a new variant combining longest common subsequence and palindrome constraints.
Findings
Developed efficient algorithms for LCPS
First to formally study the LCPS problem
Provides theoretical analysis of algorithm complexity
Abstract
The {\em longest common subsequence (LCS)} problem is a classic and well-studied problem in computer science. Palindrome is a word which reads the same forward as it does backward. The {\em longest common palindromic subsequence (LCPS)} problem is an interesting variant of the classic LCS problem which finds the longest common subsequence between two given strings such that the computed subsequence is also a palindrome. In this paper, we study the LCPS problem and give efficient algorithms to solve this problem. To the best of our knowledge, this is the first attempt to study and solve this interesting 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 · Genome Rearrangement Algorithms · Network Packet Processing and Optimization
