Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Minimum Path Sum with Obstacles" problem where you find the minimum path sum in a grid with obstacles using dynamic programming.

Run the code to see the output here...