Math, asked by sohamjainsoham1094, 1 year ago

Write down the advantages and disadvantages of linked list over an array as a linear data structure

Answers

Answered by shahsaleem
0

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. ... Accessing an element in an array is fast, while Linked list takes linear time, so it is quite a bit slower.

Similar questions