Topic: Greedy Algorithm Problem / Level: intermediate

Problem: Given an array of positive integers representing the distance between stones in a river, find the minimum number of jumps required to reach the last stone.

Run the code to see the output here...