A Binary tree is a widely used tree data structure. When each node of a tree has at most two child nodes then the tree is called a Binary tree.
So a typical binary tree will have the following components:
A pictorial representation of a binary tree is shown below:
Comments