what is tree in data structure?
Answers
Answered by
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