61.2k views
5 votes
A tree could be considered a data structure. True False

1 Answer

2 votes

Step-by-step explanation:

true.

a tree (of data) IS a data structure.

it is just usually a dynamic data structure, as the structure of the tree is typically changing over the runtime. parts are moving, added or removed.

while e.g. a declared array has usually a static structure (it exists with its declared size used or unused over the runtime).

User Jainaba
by
8.2k points

No related questions found