same leetcode_100_Same Tree Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value. 이 문제의 표지는 easy이기 때문에 두 그루의 나무가 같은지 아... 귀속treesame
leetcode_100_Same Tree Given two binary trees, write a function to check if they are equal or not. Two binary trees are considered equal if they are structurally identical and the nodes have the same value. 이 문제의 표지는 easy이기 때문에 두 그루의 나무가 같은지 아... 귀속treesame