Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine the number of ways to reach the nth step of a staircase with steps of size 1, 2, or 3.

Run the code to see the output here...