Loading practice questions
Which of the following methods can be used to solve the longest palindromic subsequence problem?
Correct Answer: D — Dynamic programming, Recursion, Brute force
Explanation:
Dynamic programming, Recursion, Brute force can be used to solve the longest palindromic subsequence problem.