Binary Tree
A binary tree is a tree in which each node has at most two children, which are referred to as the left child and the right child.
A binary tree is a tree in which each node has at most two children, which are referred to as the left child and the right child.