Symmetric Tree (1) 썸네일형 리스트형 LeetCode: 101번 (Symmetric Tree) [JAVA] 문제 링크 https://leetcode.com/problems/symmetric-tree/ Symmetric Tree - LeetCode Can you solve this real interview question? Symmetric Tree - Given the root of a binary tree, check whether it is a mirror of itself (i.e., symmetric around its center). Example 1: [https://assets.leetcode.com/uploads/2021/02/19/symtree1.jpg] Input: roo leetcode.com 풀이 전체적인 풀이 과정은 다음과 같다. 대칭을 체크하기 위한 재귀 기반 함수를 구현(인자로는 .. 이전 1 다음