Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximum Path Sum in a Weighted Grid with Obstacles II" problem where you maximize the path sum while avoiding obstacles using dynamic programming.

Run the code to see the output here...