Q.

Which of the following methods can be used to solve the edit distance problem?

A. recursion
B. dynamic programming
C. both dynamic programming and recursion
D. greedy algorithm
Answer» C. both dynamic programming and recursion
Explanation: both dynamic programming and recursion can be used to solve the edit distance problem.
2.6k
0
Do you find this helpful?
20

Discussion

No comments yet

Related MCQs