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
- hash table
- leetcode
- binary search
- list
- recursive
- 리트코드
- Depth-first Search
- matrix
- string
- tree
- Binary
- 이진트리
- binary tree
- Medium
- HashTable
- backtracking
- math
- 미디움
- DP
- linked list
- Array
- 중간
- easy
- two pointers
- dfs
- 재귀
- sorting
- Python
- 문자열
- 쉬움
Archives
- Today
- Total
목록leetcode 145 (1)
부부의 코딩 성장 일기
LeetCode 145(Binary Tree Postorder Traversal, Python)
1. 문제 링크 Binary Tree Postorder Traversal - LeetCode Binary Tree Postorder Traversal - LeetCodeCan you solve this real interview question? Binary Tree Postorder Traversal - Given the root of a binary tree, return the postorder traversal of its nodes' values. Example 1: [https://assets.leetcode.com/uploads/2020/08/28/pre1.jpg] Input: root = [1,nuleetcode.com2. 문제 설명 트리 순회 위키피디아 트리 순회 - 위키백과, 우리 모두..
Algorithm/LeetCode
2023. 12. 1. 19:00