what is a tree in data structure
Answers
Answered by
0
Answer:
it is a flow chart ......
Answered by
2
Tree is a hierarchical data structure which stores the information naturally in the form of hierarchy style. Tree is one of the most powerful and advanced data structures. It is a non-linear data structure compared to arrays, linked lists, stack and queue. It represents the nodes connected by edges.
Explanation:
PLEASE MARK AS BRAINEST
Similar questions