ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which of the following methods can be used to solve the longest palindromic subsequence problem?
Correct Answer: D — Dynamic programming, Recursion, Brute force
Dynamic programming, Recursion, Brute force can be used to solve the longest palindromic subsequence problem.