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