Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Minimum Path Sum" problem where you need to find the minimum sum path from the top-left to the bottom-right of a grid.

Run the code to see the output here...