Which of the following is not a palindromic subsequence of the string “ababcdabba”?
(a) abcba
(b) abba
(c) abbbba
(d) adba
The question was asked during an interview for a job.
I need to ask this question from Longest Palindromic Subsequence topic in division Dynamic Programming of Data Structures & Algorithms II