首页 > 其他 > 详细

[LeetCode] Maximum Depth of N-ary Tree N叉树的最大深度

时间:2018-10-29 21:54:49      阅读:166      评论: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 leaf node.

For example, given a 3-ary tree:

 

技术分享图片

 

We should return its max depth, which is 3.

 

Note:

  1. The depth of the tree is at most 1000.
  2. The total number of nodes is at most 5000.

 

s

 

[LeetCode] Maximum Depth of N-ary Tree N叉树的最大深度

原文:https://www.cnblogs.com/grandyang/p/9873496.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!