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