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.
[Coding Made Simple] Minimum jump to reach end
原文:http://www.cnblogs.com/lz87/p/7288842.html