Vidyalelo
Data Structure · Q233

Dynamic Programming in Data Structures

Programming · Data Structure · question 233

Q233

For which of the following, the length of the string is not equal to the length of the longest palindromic subsequence?

A.
A string that is a palindrome
B.
A string of length one
C.
A string that has all the same letters(e.g. aaaaaa)
D.
Some strings of length two
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board