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 |
Tags
- tree
- string
- DP
- math
- backtracking
- 이진트리
- 미디움
- sorting
- 쉬움
- hash table
- 중간
- Binary
- two pointers
- easy
- Array
- Medium
- HashTable
- matrix
- binary search
- Python
- Depth-first Search
- leetcode
- 문자열
- 재귀
- linked list
- recursive
- list
- dfs
- 리트코드
- binary tree
Archives
- Today
- Total
목록2023/11/21 (1)
부부의 코딩 성장 일기
LeetCode 112(Path Sum, Python)
1. 문제 링크 https://leetcode.com/problems/path-sum/ Path Sum - LeetCode Can you solve this real interview question? Path Sum - Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals targetSum. A leaf is a node with no ch leetcode.com 2. 문제 설명 이진 트리 root와, 정수 targetSum가 주어졌을 때, root에서 leaf로 이어..
Algorithm/LeetCode
2023. 11. 21. 19:00