Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Staircase Problem" by finding the number of distinct ways to climb to the top of n steps.

Run the code to see the output here...