Click here to Skip to main content
15,886,258 members
Articles / Containers

Why you should never, ever, EVER use linked-list in your code again

5 Mar 2012Public Domain28 min read 355.3K   1K   99  
Most programming resources are wrong when comparing linked-list to vector. Here you can read and understand how they are wrong and why linked-list is (mostly) to be avoided.
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the Containers Table of Contents to view the list of available articles in this section.