Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum number of jumps to reach the last index of an array where each element represents the maximum jump length using dynamic programming.

Run the code to see the output here...