Vidyalelo
Data Structure · Q81

Binary Search Trees(B Tree)

Programming · Data Structure · question 81

Q81

Disadvantages of linked list representation of binary trees over arrays?

A.
Randomly accessing is not possible
B.
Extra memory for a pointer is needed with every element in the list
C.
Difficulty in deletion
D.
Random access is not possible and extra memory with every element
Answer

Answer: Option D

Solution

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