β
Correct Answer: (B)
longest palindromic subsequence
Explanation: to find the longest palindromic subsequence in a given string, reverse the given string and then find the longest common subsequence in the given string and the reversed string.
Explanation by: Mr. Dubey
to find the longest palindromic subsequence in a given string, reverse the given string and then find the longest common subsequence in the given string and the reversed string.
Discussion
Question Analytics
275
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
98%
Success Rate