Topic: Dynamic Programming Problem / Level: beginner

Problem: Determine the minimum number of jumps to reach the end of an array where each element represents the maximum jump length.

Run the code to see the output here...