Vidyalelo
Data Structure · Q74

Linked Lists in Data Structures

Programming · Data Structure · question 74

Q74

Which of the following is a drawback of an unrolled linked list?

A.
Small memory overhead
B.
Cache management
C.
High overhead per node
Answer
D.
Slow insertion and deletion

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board