Topic: Dynamic Programming Problem / Level: intermediate
Problem: Solve the "Minimum Cost to Reach Target in a Weighted Grid" problem where you minimize the cost to travel from the top-left to the bottom-right corner of a grid using dynamic programming.