Correct option is (b) Longest palindromic subsequence
The best 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.