📜  平衡二叉树 - C 编程语言代码示例

📅  最后修改于: 2022-03-11 15:04:43.742000             🧑  作者: Mango

代码示例1
A balanced binary tree, also referred to as a height-balanced binary tree, 
is defined as a binary tree in which the height of the left and
 right subtree of any node differ by not more than 1.