Challenge: The Catalan Numbers

In this lesson, you will solve your first coding challenge using bottom-up dynamic programming.

Problem statement

The Catalan numbers are a special sequence of numbers given by the following set of formulas:

C0=1C_0 = 1 ...