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 common subsequence problem?
Correct Answer: C — Both recursion and dynamic programming
Both recursion and dynamic programming can be used to solve the longest subsequence problem.