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
- backtracking
- 리트코드
- Medium
- Python
- list
- 이진트리
- 문자열
- matrix
- sorting
- linked list
- binary tree
- Depth-first Search
- Binary
- dfs
- 쉬움
- 미디움
- math
- two pointers
- recursive
- Array
- 중간
- string
- DP
- tree
- leetcode
- binary search
- hash table
- HashTable
Archives
- Today
- Total
목록Medium (49)
부부의 코딩 성장 일기
LeetCode 2(Add Two Numbers, Python)
1. 문제 링크 https://leetcode.com/problems/add-two-numbers/ Add Two Numbers - LeetCode Can you solve this real interview question? Add Two Numbers - You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and leetcode.com 2. 문제 설명 두 개의 연결리스트는 역순으로 된 숫자를 나타내고, 각 노드는 한 ..
Algorithm/LeetCode
2023. 11. 25. 19:00