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