[Coding Made Simple] Minimum jump to reach end

Given an array, find minimum number to jumps to reach end of array, given you can jump at max as much as value at position in array.

The same problem link.

Jump Game II

原文地址:https://www.cnblogs.com/lz87/p/7288842.html