Computer Science, asked by raghuraghu99258, 15 hours ago

what is the need for tree representation

Answers

Answered by payal2502mahato
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