Solution Review: Pascal's Triangle
Solution review to the exercise for recursion and function composition.
We'll cover the following
Solution
The problem can be solved using either the function composition or recursion. Let’s look at the two approaches individually.
Recursion approach
For this solution, factor out the base cases and recursion cases.
Get hands-on with 1400+ tech skills courses.