TREE DEFINITION IN DATA STRUCTURE
TREE A tree t can be a defined as finite(means limit or not infinite) set of nodes in which there is one specially designated node known as root of the tree. and the remaining nodes are partitioned into disjoint sets t1, t2….tn such that each t1 is itself a tree […]