Computer Science, asked by kanu06, 6 months ago

what are the limitations of array data structure and how these limitations will be overcome by link list. ​

Answers

Answered by muskanjajoi
1

Answer:

The main disadvantage of linked lists is access time to individual elements. Linked lists takes O(n) for access to an element in the list in the worst case. 2. linked lists wastes memory in terms of extra reference points.

Similar questions