Page 1 of 1

Which of the following methods can be used to solve the longest common subsequence problem?

Posted: Wed Jul 13, 2022 7:40 pm
by answerhappygod
a) Recursion
b) Dynamic programming
c) Both recursion and dynamic programming
d) Greedy algorithm