Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the number of distinct paths from the top-left to the bottom-right of a grid with some cells blocked using dynamic programming.

Run the code to see the output here...