Topic: Backtracking Problem / Level: intermediate

Problem: Solve the "Count Unique Paths" problem by finding all valid paths through a grid.

Run the code to see the output here...