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