Topic: Backtracking Problem / Level: intermediate

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

Run the code to see the output here...