Which of the following problems should be solved using dynamic programming?
Which of the following problems should be solved using dynamic programming? Correct Answer Longest common subsequence
The longest common subsequence problem has both, optimal substructure and overlapping subproblems. Hence, dynamic programming should be used the solve this problem.
মোঃ আরিফুল ইসলাম
Feb 20, 2025