Vidyalelo
Data Structure · Q234

Binary Search Trees(B Tree)

Programming · Data Structure · question 234

Q234

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board