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
AnswerD.
difficult to implement
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board