Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the minimum cost path in a grid (only moves allowed are right or down).

Run the code to see the output here...