...
/Challenge: The Catalan Numbers
Challenge: The Catalan Numbers
In this lesson, you will solve your first coding challenge using bottom-up dynamic programming.
We'll cover the following...
Problem statement
The Catalan numbers are a special sequence of numbers given by the following set of formulas:
...