Topic: Backtracking Problem / Level: beginner

Problem: Find all unique paths in a 2D grid where you can only move in certain directions to reach the end.

Run the code to see the output here...