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 traversalsMy enquiry is from Threaded Binary Tree in chapter Binary Trees of Data Structures & Algorithms IThe question was asked in an interview.

Answer»

Right CHOICE is (a) there are many pointers which are null and thus useless

The best I can explain: As there are MAJORITY of pointers with null value going WASTED we use threaded BINARY TREES.



Discussion

No Comment Found

Related InterviewSolutions