Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the number of ways to reach the top of a staircase where you can take either 1, 2, or 3 steps.

Run the code to see the output here...