A balanced binary tree is a binary tree structure in which the left and right subtrees of every node differ in height by no more than 1.

(“Binary Tree” 2022)

Balanced binary tree

Bibliography