Advantages of linked list representation of binary trees over arrays?

Q & ACategory: Data StructureAdvantages of linked list representation of binary trees over arrays?
Admin Staff asked 4 years ago

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

1 Answers
Admin Staff answered 4 years ago

d) both dynamic size and ease in insertion/deletion