Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Jump Game II" problem to find the minimum number of jumps to reach the last index in an array.

Run the code to see the output here...