Topic: Backtracking Problem / Level: advanced

Problem: Find all unique paths in a grid represented as a maze while avoiding obstacles.

Run the code to see the output here...