Basic Problemscountingcombinatoricsgrid

Nth Row of Pascal Triangle

Given a row index n, return just that single row of Pascal's Triangle, without producing every row that comes above it.

Do this lesson first: climbing stairs

The 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.