Page 1 of 1

What is/are the disadvantages of implementing tree using normal arrays?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
a) difficulty in knowing children nodes of a node
b) difficult in finding the parent of a node
c) have to know the maximum number of nodes possible before creation of trees
d) difficult to implement