Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the climbing stairs problem with a variable number of steps allowed (up to k steps).

Run the code to see the output here...