美文网首页Leetcode
【Tree】Balanced Binary Tree

【Tree】Balanced Binary Tree

作者: 安琪拉的小迷妹 | 来源:发表于2018-07-19 10:02 被阅读0次

题目链接

https://leetcode.com/problems/balanced-binary-tree/description/

思路:最后都遍历完之后,没有返回False,就是返回True

二刷:

Wrong!要保证左右子树,的左右子树,都是平衡二叉树。

相关文章

网友评论

    本文标题:【Tree】Balanced Binary Tree

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