Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of deletions required to make two strings equal where the cost of deletion varies by character using dynamic programming.

Run the code to see the output here...