Question: Which dynamic programming approach is used to solve the Edit Distance problem?
Options:
Correct Answer: Both top-down and bottom-up
Solution:
Both top-down (with memoization) and bottom-up approaches can be used to solve the Edit Distance problem.