Topic: Backtracking Problem / Level: beginner

Problem: Generate all possible paths through a grid from the top left to the bottom right corner, while avoiding obstacles.

Run the code to see the output here...