Advantages of linked list representation of binary trees over arrays?
Posted: Wed Jul 13, 2022 7:42 pm
a) dynamic size
b) ease of insertion/deletion
c) ease in randomly accessing a node
d) both dynamic size and ease in insertion/deletion
b) ease of insertion/deletion
c) ease in randomly accessing a node
d) both dynamic size and ease in insertion/deletion