Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Minimum Number of Deletions to Make Two Strings Identical" problem where each deletion has a variable cost using dynamic programming.

Run the code to see the output here...