Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the number of distinct ways to climb a staircase with steps of size 1, 2, or 3.

Run the code to see the output here...