Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Minimum Path to Escape a Maze" problem where you find the minimum path to escape a maze with obstacles using dynamic programming.

Run the code to see the output here...