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