Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Unique Paths III" problem where the robot must visit every non-blocked square exactly once using dynamic programming.

Run the code to see the output here...