Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the minimum number of steps to convert a string into a target string by only inserting or deleting characters using dynamic programming.

Run the code to see the output here...