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