Computer Science, asked by umapal7708, 1 year ago

Explain the drawbacks and advantages of an array over linked list.

Answers

Answered by Anam166
0

Answer:

Drawbacks and advantages of an array over linked list are arrays are bond by limitation of size. One has to tell about number of elements in the array first but in linked list you can add any number of elements. Linked list has advantage here. You can perform binary search in array but not in linked list. Array has advantage here. But both of them, arrays and linked list are used to store data.

Answered by satyamjoshi74
0

Answer:

hope it is helpful thank you

Mark me as brainliest

Attachments:
Similar questions