please keep post between 75 200 words 11

Linked Lists

Everything we can do with a linked list we can also do with an array or vector (insert, delete, search, etc). So why would we want to suffer through the complexity of building a linked list?