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
- Depth-first Search
- hash table
- 중간
- Python
- 문자열
- easy
- 이진트리
- 미디움
- 재귀
- two pointers
- Medium
- 리트코드
- dfs
- sorting
- 쉬움
- Array
- leetcode
- DP
- tree
- list
- binary search
- linked list
- Binary
- binary tree
- string
- HashTable
- recursive
- matrix
- backtracking
Archives
- Today
- Total
목록leetcode 101 (1)
부부의 코딩 성장 일기
LeetCode 101(Symmetric Tree, Python)
1. 문제 링크 Symmetric Tree - LeetCode Symmetric Tree - LeetCode Can you solve this real interview question? Symmetric Tree - Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center). Example 1: [https://assets.leetcode.com/uploads/2021/02/19/symtree1.jpg] Input: roo leetcode.com 2. 문제 설명 주어진 이진 트리가 가운데에 대하여 좌우 대칭인지 판단하는 문제 True인 예시 1 / \ 2 2 / \ / ..
Algorithm/LeetCode
2023. 11. 16. 19:00