

MCQOPTIONS
Saved Bookmarks
1. |
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» E. | |