Topic: Backtracking Problem / Level: advanced

Problem: Find all unique paths in a grid from the top-left corner to the bottom-right corner while avoiding obstacles.

Run the code to see the output here...