Vidyalelo
Data Structure · Q206

Binary Search Trees(B Tree)

Programming · Data Structure · question 206

Q206

What are the disadvantages of normal binary tree traversals?

A.
there are many pointers which are null and thus useless
Answer
B.
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