1.

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

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
Answer» D. difficult to implement


Discussion

No Comment Found