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
- binary tree
- HashTable
- Binary
- 문자열
- two pointers
- math
- recursive
- matrix
- Depth-first Search
- backtracking
- string
- linked list
- tree
- 쉬움
- binary search
- Medium
- 미디움
- 리트코드
- list
- dfs
- 중간
- leetcode
- DP
- easy
- sorting
- Array
- Python
Archives
- Today
- Total
목록leetcode 94 (1)
부부의 코딩 성장 일기
LeetCode 94(Binary Tree Inorder Traversal, Python)
1. 문제 링크 Binary Tree Inorder Traversal - LeetCode Binary Tree Inorder Traversal - LeetCode Can you solve this real interview question? Binary Tree Inorder Traversal - Given the root of a binary tree, return the inorder traversal of its nodes' values. Example 1: [https://assets.leetcode.com/uploads/2020/09/15/inorder_1.jpg] Input: root = [1,nu leetcode.com 2. 문제 설명 이진 트리가 주어졌을 때 중위 순회(inorder tra..
Algorithm/LeetCode
2023. 11. 14. 19:00