Topic: Backtracking Problem / Level: beginner

Problem: Find all unique paths in a grid where you can only move down or right. Return the number of distinct paths to reach the end.

Run the code to see the output here...