摘要:
Given the root of an n-ary tree, return the preorder traversal of its nodes' values. Nary-Tree input serialization is represented in their level order 阅读全文
posted @ 2021-07-12 01:28
苗妙苗
阅读(33)
评论(0)
推荐(0)
摘要:
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 le 阅读全文
posted @ 2021-07-12 00:19
苗妙苗
阅读(37)
评论(0)
推荐(0)