Computing a Longest Common Palindromic Subsequence
Computing a Longest Common Palindromic Subsequence
复制标题
计算最长公共回文子序列
DOI:
10.3233/fi-2014-974
复制
发表时间:
2011
期刊:
影响因子:
--
通讯作者:
Mohammad Sohel Rahman
中科院分区:
文献类型:
--
作者:
S. R. Chowdhury;Md. Mahbubul Hasan;S. Iqbal;Mohammad Sohel Rahman
The longest common subsequence (LCS) problem is a classic and well-studied problem in computer science. Palindrome is a string, which reads the same forward as it does backward. The 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.