Examveda

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: Option C


This Question Belongs to Data Structure >> Binary Search Trees(B Tree)

Join The Discussion

Related Questions on Binary Search Trees(B Tree)