Easy Problemscountinggrid
Count all paths in a Grid
Given a grid, and starting at its top-left corner while moving only right or down at each step, count the number of distinct paths to the bottom-right corner.
Do this lesson first: climbing stairsThe full breakdown and animated table for this problem are still being written. In the meantime, run the four questions on it yourself — that is the whole exercise.