Computer Science, asked by siddhartha24, 7 months ago

what is tree in data structure?​

Answers

Answered by divya28126
2

Answer:

a tree is a nonlinear data structure , compared to arrays , linked lists , stacks and queues which are linear data structures . A tree can be empty with no nodes .

Similar questions