Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of steps required to reach the last cell in a grid with obstacles using dynamic programming.

Run the code to see the output here...