1.

Advantages of linked list representation of binary trees over arrays?(a) dynamic size(b) ease of insertion/deletion(c) ease in randomly accessing a node(d) both dynamic size and ease in insertion/deletionThis interesting question is from Binary Trees using Linked Lists in division Binary Trees of Data Structures & Algorithms II got this question in my homework.

Answer»

Right option is (d) both DYNAMIC size and ease in INSERTION/DELETION

The best I can explain: It has both dynamic size and ease in insertion and deletion as advantages.



Discussion

No Comment Found

Related InterviewSolutions