Computer Science, asked by gauravanarase12345, 2 months ago

what is tree in data structure??​

Answers

Answered by krazykitty
0

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 or a tree is a structure consisting of one node called the root and zero or one or more subtrees.

Explanation:

hope it helps!

mark me brainalist pls

Similar questions