Jump Game II (1) 썸네일형 리스트형 LeetCode: 45번 (Jump Game II) [JAVA] 문제 링크 https://leetcode.com/problems/jump-game-ii/ Jump Game II - LeetCode Jump Game II - You are given a 0-indexed array of integers nums of length n. You are initially positioned at nums[0]. Each element nums[i] represents the maximum length of a forward jump from index i. In other words, if you are at nums[i], you can jump to leetcode.com 풀이 전체적인 풀이 과정은 다음과 같다. 주어진 nums 배열 길이만큼의 dp 배열 생성 (모든 위.. 이전 1 다음