Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of distinct ways to climb a staircase where you can take up to k steps at a time using dynamic programming.

Run the code to see the output here...