Data Structure Linked Lists Question #5673
Single Choice Easy

QWhich of the following is a disadvantage of using a linked list over an array?

ID: #5673 Linked Lists 180 views
Question Info
#5673Q ID
EasyDifficulty
Linked ListsTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Linked lists require more memory than arrays.
  • B Linked lists do not allow for efficient random access.
  • C Linked lists cannot be easily resized.
  • D Linked lists have poor cache locality.
Correct Answer

Explanation

Linked lists have poor cache locality.

Share This Question

Challenge a friend or share with your study group.