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