1.

What are the disadvantages of normal binary tree traversals?

A. there are many pointers which are null and thus useless
B. there is no traversal which is efficient
C. complexity in implementing
D. improper traversals
Answer» B. there is no traversal which is efficient


Discussion

No Comment Found