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
AnswerC.
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