Linked List (original) (raw)

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

Linked list allows faster element access using indices

Linked list uses less memory for each element

Linked list supports dynamic memory allocation efficiently

Linked list elements are stored in contiguous memory

This question is part of this quiz :

Data Structures Using C

Share your thoughts in the comments