반응형
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 |
Tags
- KSTQB
- csts
- 색연필
- 알고리즘
- 미켈란젤로
- 프로그래머스
- react
- 코딩
- 연필
- 코딩테스트
- clean code
- 다비드상
- 웹개발
- 토익 환급
- 테스팅 자격증
- leetcode
- 연필소묘
- 코드잇
- 소묘
- 클린 코드
- Kriss 재택
- 그림
- IT 자격증
- 재택근무
- 프로그래밍
- 파이썬
- Python
- IT자격증
- 취미
- PrivateRouter
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 숫자를 탐색하라고 하면 되는거 아닌가?..
Find a Corresponding Node of a Binary Tree in a Clone of That Tree - LeetCode
Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview.
leetcode.com
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