Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the minimum cost to reach the bottom-right corner of a grid where each cell has a cost.

Run the code to see the output here...