InterviewSolution
Saved Bookmarks
| 1. |
For every non-empty string, the length of the longest palindromic subsequence is at least one.(a) True(b) FalseI 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 |
|
Answer» Correct ANSWER is (a) True |
|