Topic: Dynamic Programming Problem / Level: intermediate

Problem: Find the minimum number of steps required to convert one string into a palindrome where each step has a different cost using dynamic programming.

Run the code to see the output here...