Topic: Dynamic Programming Problem / Level: intermediate

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

Run the code to see the output here...