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
- 재귀
- recursive
- leetcode
- dfs
- 쉬움
- 미디움
- backtracking
- string
- easy
- math
- Binary
- Depth-first Search
- binary tree
- sorting
- Array
- 문자열
- Medium
- matrix
- 리트코드
- list
- tree
- binary search
- hash table
- HashTable
- linked list
- DP
- 이진트리
- 중간
- two pointers
- Python
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