Loading practice questions
Which of the following methods can be used to solve the longest common subsequence problem?
Correct Answer: C — Both recursion and dynamic programming
Explanation:
Both recursion and dynamic programming can be used to solve the longest subsequence problem.