Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Unique Paths II" problem where some cells in the grid are blocked and you need to find the number of distinct paths using dynamic programming.

Run the code to see the output here...