Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine the number of ways to climb a staircase where you can take either 1 or 2 steps at a time.

Run the code to see the output here...