https://leetcode.com/problems/maximum-depth-of-n-ary-tree/ Maximum Depth of N-ary 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 Point1 . 이진트리의 최대 높이를 구하는 문제이다. Point2. The maximum depth is the number of nodes along the longest path from the root node down to the farthest l..