Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the minimum cost to reach the end of a grid where each cell has a cost and you can only move right or down.

Run the code to see the output here...