题目链接
https://leetcode.com/problems/balanced-binary-tree/description/
思路:最后都遍历完之后,没有返回False,就是返回True
二刷:
Wrong!要保证左右子树,的左右子树,都是平衡二叉树。
题目链接
https://leetcode.com/problems/balanced-binary-tree/description/
思路:最后都遍历完之后,没有返回False,就是返回True
二刷:
Wrong!要保证左右子树,的左右子树,都是平衡二叉树。
本文标题:【Tree】Balanced Binary Tree
本文链接:https://www.haomeiwen.com/subject/dkmzpftx.html
网友评论