deepest sub tree

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了deepest sub tree相关的知识,希望对你有一定的参考价值。

2 给定一个tree,可以有多个children,返回deepest sub tree.
e.g
1
| \ 2 3  4
| |
5 6
返回node 1
1
| \ 2 3  4
|
5. 
返回node 2

 

以上是关于deepest sub tree的主要内容,如果未能解决你的问题,请参考以下文章

1021 Deepest Root (25分) 从测试点3超时到满分再到代码优化

1021 Deepest Root (25分) 从测试点3超时到满分再到代码优化

1021 Deepest Root [DFS]

Leetcode 865. Smallest Subtree with all the Deepest Nodes

PAT 1021. Deepest Root (25)

Our Deepest Fear