Leetcode 문제 이번에 풀어볼 문제는 리트코드 104번 문제 Maximum Depth of BInary Tree 다. 우선 문제를 살펴보자. 리트코드 104번 문제 Maximum Depth of BInary Tree 링크 https://leetcode.com/problems/maximum-depth-of-binary-tree/description/ Maximum Depth of Binary Tree - LeetCode Can you solve this real interview question? Maximum Depth of Binary Tree - Given the root of a binary tree, return its maximum depth. A binary tree's maximum d..