Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- easy
- Binary
- Array
- recursive
- binary search
- leetcode
- 재귀
- Python
- HashTable
- 쉬움
- dfs
- 이진트리
- list
- backtracking
- 미디움
- math
- Medium
- 중간
- DP
- Depth-first Search
- linked list
- binary tree
- 리트코드
- sorting
- 문자열
- hash table
- two pointers
- matrix
- string
- tree
Archives
- Today
- Total
목록jumpgame (1)
부부의 코딩 성장 일기
LeetCode 45(Jump Game II, Python)
1. 문제 링크 https://leetcode.com/problems/jump-game-ii/ Jump Game II - LeetCode Can you solve this real interview question? 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 wo leetcode.com 2. 문제 설명 길이가 n인 정수로 구성된 array인 nums가 주어졌을 때, nums[i..
Algorithm/LeetCode
2024. 1. 2. 19:00