Q206
What are the disadvantages of normal binary tree traversals?
A.
there are many pointers which are null and thus useless
AnswerB.
there is no traversal which is efficient
C.
complexity in implementing
D.
improper traversals
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board