Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given an array of positive integers representing steps you can take forward from each index, find the minimum number of steps required to jump to the last index.

Run the code to see the output here...