Vidyalelo
Data Structure · Q26

Linked Lists in Data Structures

Programming · Data Structure · question 26

Q26

In which of the following scenarios is a linked list preferable to an array?

A.
When you need constant time access
B.
When you need dynamic resizing
Answer
C.
When you need better cache locality
D.
When you need a fixed size

Answer: Option B

Solution

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