Tree | Binary tree (Part - 1)
Tree
A tree is a non-linear data structure where each node is connected to a number of nodes with the help of pointers or reference.
Binary tree
A tree is said to be a binary tree if all of its nodes have atmost 2 children.
Properties of Binary Tree...
singhaakash.hashnode.dev4 min read