Vidyalelo
Data Structure · Q77

Binary Search Trees(B Tree)

Programming · Data Structure · question 77

Q77

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/deletion
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board