Advantages and disadvantages of link list over arrays
Answers
Answered by
2
Hey!!!
mrk as brainliest
Both Arrays and Linked List can be used to store linear data of similar types, but they both have some advantages and disadvantages over each other.
Following are the points in favour of Linked Lists.
(1) The size of the arrays is fixed: So we must know the upper limit on the number of elements in advance. Also, generally, the allocated memory is equal to the upper limit irrespective of the usage, and in practical uses, upper limit is rarely reached.
(2) Inserting a new element in an array of elements is expensive, because room has to be created for the new elements and to create room existing elements have to shifted.
hope it helpsmrk as brainliest
Similar questions
Social Sciences,
7 months ago
Math,
1 year ago