Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the number of ways to climb a staircase where you can take 1 to k steps at a time and some steps are broken using dynamic programming.

Run the code to see the output here...