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