leetcode 45 Jump Game II 详细解答 从下标 index 走出的范围最大值 max_index,那从当前 index 到 max_index就是一步,所以需要记录 max_index 代码如下: