Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of deletions to make two strings equal where the cost of each deletion is variable using dynamic programming.

Run the code to see the output here...