LeetCode: 55-Jump Game 解題紀錄
Last Updated on 2022-12-26 by Clay
題目
You are given an integer array nums. You are initially positioned at the array’s first index, and each element in the array represents your maximum jump length at that position.
Last Updated on 2022-12-26 by Clay
You are given an integer array nums. You are initially positioned at the array’s first index, and each element in the array represents your maximum jump length at that position.