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