📅  最后修改于: 2022-03-11 15:04:43.742000             🧑  作者: Mango
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.