반응형
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 |
Tags
- 알고리즘
- csts
- 코딩
- KSTQB
- 코딩테스트
- Kriss 재택
- 색연필
- 테스팅 자격증
- 웹개발
- clean code
- 소묘
- 다비드상
- 미켈란젤로
- 코드잇
- Python
- 연필
- 클린 코드
- PrivateRouter
- 프로그래밍
- 취미
- 연필소묘
- 파이썬
- 프로그래머스
- react
- leetcode
- IT 자격증
- IT자격증
- 그림
- 토익 환급
- 재택근무
Archives
- Today
- Total
글모음
[Leetcode] 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree [Python, Medium] 본문
알고리즘/Leetcode
[Leetcode] 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree [Python, Medium]
Nova_61 2021. 6. 18. 17:19728x90
반응형
굳이 왜 original tree랑 cloned tree 두개를 주는지 이해가 가지 않는다.
그냥 original tree를 주고 target 숫자를 탐색하라고 하면 되는거 아닌가?..
728x90
반응형
'알고리즘 > Leetcode' 카테고리의 다른 글
[Leetcode] 733. Flood Fill [Easy, Python] (0) | 2021.06.15 |
---|---|
[Leetcode] 144. Binary Tree Preorder Traversal [Python, Easy] (0) | 2021.06.12 |
1441. Build an Array With Stack Operations [Easy, Python] (0) | 2021.03.06 |
682. Baseball Game [Easy, Python] (0) | 2021.03.06 |
Leetcode 문제풀이 목록 (0) | 2021.03.06 |
Comments