Topic: Array Problem / Level: intermediate

Problem: Given an array, find the minimum number of jumps to reach the end of the array if you can jump a maximum of the value at each position.

Run the code to see the output here...