Explain the drawbacks and advantages of an array over linked list.
Answers
Answered by
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
0
Answer:
hope it is helpful thank you
Mark me as brainliest
Attachments:
Similar questions