Topic: Dynamic Programming Problem / Level: beginner

Problem: Compute the number of distinct ways to climb a staircase with a maximum of k steps at a time.

Run the code to see the output here...