• Given a binary tree, determine if it is height-balanced.

    判断一棵树是否平衡二叉树。

    youdao

  • For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.

    对于这个问题一个高度平衡每个节点两个节点的深度差异都不超过1的二树。

    youdao

  • For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.

    平衡条件树平衡且右子树平衡且左右子树的高度相差最多为1。基于这个思路递归处理。

    youdao

  • Given a binary tree, determine if it is height-balanced.

    给出一个二叉判断高度是不是平衡的。

    youdao

  • For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.

    题目大意:给定,请判断二叉树是否是平衡二叉树。 所谓平衡二叉树就是每个节点深度超过1

    youdao

  • For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.

    题目大意:给定,请判断二叉树是否是平衡二叉树。 所谓平衡二叉树就是每个节点深度超过1

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定