This is a quiz lesson. Click the button below to start the quiz.
Question 1/10
In a typical Grid Unique Paths problem, if dp[i][j] represents the number of unique paths to reach cell (i, j), and movement is only down or right, what is the recurrence relation?