美文网首页算法
[LeetCode OJ]- Minimum Depth of

[LeetCode OJ]- Minimum Depth of

作者: 其中一个cc | 来源:发表于2017-03-24 16:37 被阅读0次

    题目要求:求一颗二叉树的最小深度

    思路:递归+左右子树深度比较,当子树为空时,返回0

    相关文章

      网友评论

        本文标题:[LeetCode OJ]- Minimum Depth of

        本文链接:https://www.haomeiwen.com/subject/jpyfottx.html