what is the need for tree representation
Answers
Answered by
0
Answer:
Trees and Graphs are widely used non-linear data structures. Tree and graph structures represent hierarchical relationship between individual data elements. Graphs are nothing but trees with certain restrictions removed. Trees represent a special case of more general structures known as graphs.
Similar questions