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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board