leetcode559专题

LeetCode559. Maximum Depth of N-ary Tree——BFS

文章目录 一、题目二、题解 一、题目 Given a n-ary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. Nary-Tree