Beyond the Longest Letter-duplicated Subsequence Problem
Wenfeng Lai, Adiesha Liyanage, Binhai Zhu, Peng Zou

TL;DR
This paper investigates variants of the longest letter-duplicated subsequence problem, proving NP-hardness for certain cases, providing approximation algorithms for others, and developing an $O(n^2)$ dynamic programming solution for the weighted version.
Contribution
It introduces new complexity results and algorithms for multiple variants of the letter-duplicated subsequence problem, including NP-hardness proofs and approximation strategies.
Findings
NP-hardness for the constrained version with unbounded alphabet and certain letter frequency conditions
A 1.5-approximation algorithm when each letter appears at most 3 times
An $O(n^2)$ dynamic programming algorithm for the weighted version
Abstract
Given a sequence of length , a letter-duplicated subsequence is a subsequence of in the form of with , and for all in and in . A linear time algorithm for computing the longest letter-duplicated subsequence (LLDS) of can be easily obtained. In this paper, we focus on two variants of this problem. We first consider the constrained version when is unbounded, each letter appears in at least 6 times and all the letters in must appear in the solution. We show that the problem is NP-hard (a further twist indicates that the problem does not admit any polynomial time approximation). The reduction is from possibly the simplest version of SAT that is NP-complete, -SAT, where each variable appears at most twice positively and exact once…
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.
