0
1.3kviews
What are the advantages of using linked lists over an array
1 Answer
0
3views
  1. Dynamic size As the size of linked list is not fixed so we can add or remove as much elements as required. But in array we have to pre-define the array size which we can’t change later.
  2. Ease of insertion/deletion

    i. Inserting a new element in an array of elements …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.