For every non-empty string, the length of the longest palindromic subsequence is at least one.
(a) True
(b) False
I got this question in an international level competition.
My doubt is from Longest Palindromic Subsequence topic in chapter Dynamic Programming of Data Structures & Algorithms II