Tree Terminology in Data Structure
Tree is a non-linear data structure which organizes data in hierarchical structure. Root: First node of the tree Edge :- Connecting link between any two nodes is called as EDGE. In a tree with 'N' number of nodes there will be a maximum of 'N-1' number of edges. Parent :- [...]