Question: Which dynamic programming technique is used to solve the problem of finding the minimum edit distance between two strings?
Options:
Correct Answer: Tabulation
Solution:
The minimum edit distance problem is typically solved using the tabulation technique of dynamic programming, where a table is filled based on the edit operations.