Topic: Dynamic Programming Problem / Level: intermediate

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

Run the code to see the output here...