When to use a linked list over an array/array list?

I use a lot of lists and arrays but I have yet to come across a scenario in which the array list couldn’t be used just as easily as, if not easier than, the linked list. I was hoping someone could give me some examples of when the linked list is notably better.

15 Answers
15

Leave a Comment