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
- Binary
- math
- tree
- HashTable
- 쉬움
- hash table
- Depth-first Search
- sorting
- 이진트리
- DP
- Python
- 미디움
- linked list
- matrix
- 리트코드
- list
- Medium
- dfs
- easy
- binary tree
- 중간
- string
- backtracking
- recursive
- 문자열
- binary search
- 재귀
- leetcode
- two pointers
- Array
Archives
- Today
- Total
목록map (1)
부부의 코딩 성장 일기
LeetCode 66(Plus One, Python)
1. 문제 링크 Plus One - LeetCode Plus One - LeetCode Can you solve this real interview question? Plus One - You are given a large integer represented as an integer array digits, where each digits[i] is the ith digit of the integer. The digits are ordered from most significant to least significant in left-to- leetcode.com 2. 문제 설명 리스트 [1, 2, 3]가 주어지면 123에 1을 더한 124를 리스트로 바꾸어 [1, 2, 4]를 반환 3. 처음 풀이 주어..
Algorithm/LeetCode
2023. 11. 8. 19:00