Vidyalelo
Data Structure · Q8

Linked Lists in Data Structures

Programming · Data Structure · question 8

Q8

What is the primary advantage of using a linked list over an array?

A.
Better cache locality
B.
Dynamic resizing
Answer
C.
Constant time access
D.
Reduced memory usage

Answer: Option B

Solution

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