0
13kviews
Advantages of Linked List over an Array

State the advantages of link list over array.

1 Answer
2
990views

Advantages of Linked List over an Array

  • Linked lists are dynamic data structures, which means they can grow or shrink during the execution of a program.

  • There is no need to define an initial size for a Linked list.

  • There is no need to specify how many nodes are required. …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.