Tree Data Structure
Tree is one data structure often used to represent hierarchical data.
For example if we want to show employee in the organization and their hierarchical position in organization hierarchy we can represent it as a tree.
The above logical structure is...
ashoksubbiah.in2 min read