Representation of a Binary Tree

A binary tree is a type of tree data structure. In a binary tree each node can hava a max of two children, a left child and a right child

Each node in a Binary Tree has three parts: