0
31kviews
Advantages of linked list over arrays.
1 Answer
0
581views
  • An array is a linear collection of data elements and a linked list is a linear collection of nodes.

  • But unlike an array, a linked list does not share its nodes in consecutive memory locations.

  • Another point of difference between an array and a linked list is that a linked …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.