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
- linked list
- easy
- list
- backtracking
- Array
- 리트코드
- 문자열
- hash table
- matrix
- binary tree
- Medium
- string
- binary search
- Python
- recursive
- DP
- Binary
- 미디움
- math
- 이진트리
- dfs
- Depth-first Search
- 재귀
- leetcode
- 중간
- tree
- sorting
- 쉬움
- two pointers
- HashTable
Archives
- Today
- Total
목록jump game (1)
부부의 코딩 성장 일기
LeetCode 55(Jump Game, Python)
1. 문제 링크 https://leetcode.com/problems/jump-game/ Jump Game - LeetCode Can you solve this real interview question? Jump Game - You are given an integer array nums. You are initially positioned at the array's first index, and each element in the array represents your maximum jump length at that position. Return true if you can leetcode.com 2. 문제 설명 정수 array인 nums가 주어졌을 때, 초기에는 nums의 첫번째 array에 위치..
Algorithm/LeetCode
2024. 1. 10. 19:00