Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Longest Path in a Grid with Obstacles" problem where you compute the longest path in a grid with obstacles using dynamic programming.

Run the code to see the output here...