...
/Challenge: The Staircase Problem
Challenge: The Staircase Problem
In this lesson, you will work on an interesting problem that can be solved using dynamic programming.
We'll cover the following...
Problem statement
Nick is standing next to a staircase that leads to his apartment. The staircase has n
total steps; Nick knows he can climb anywhere between 1
and m
steps in one jump. He thinks about how many ways there are to climb this staircase. He realizes it is a big number since there are a lot of possible ...