McqMate
Q. |
For every non-empty string, the length of the longest palindromic subsequence is at least one. |
A. | true |
B. | false |
Answer» A. true | |
Explanation: a single character of any string can always be considered as a palindrome and its length is one. |
View all MCQs in
Design and Analysis of AlgorithmsNo comments yet