Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Unique Paths II" problem where you must find all unique paths in a grid with obstacles.

Run the code to see the output here...