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