Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Shortest Path in a Weighted Grid with Obstacles" problem where you minimize the path cost while avoiding obstacles using dynamic programming.

Run the code to see the output here...