Optional Project: Pascal's Triangle

Pascal's Triangle. Students build a block to compute values in Pascal's Triangle, a branched recursive function. The code closely follows the idea that each number in the triangle is the sum of two numbers above it. The project includes some discussion of the efficiency of the recursion, and some options for improving it.

Pacing

MARY: Is this up to date? --MF, 5/16/20
The X lab pages could be split across X–X days (X–X minutes). Expected times to complete follow:

Lab Pages

Solutions