Page 1 of 1

Disadvantages of linked list representation of binary trees over arrays?

Posted: Wed Jul 13, 2022 7:42 pm
by answerhappygod
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