What are real world examples of when Linked Lists should be used?
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2009-03-21T22:17:12Z
Indexed on
2010/03/12
8:57 UTC
Read the original article
Hit count: 181
Another programmer was mentioning that they haven't found a use case for using a linked list data structure in any professional software in his career. I couldn't think of any good examples off the top of my head. He is mostly a C# and Java developer
Can anyone give some examples where this was the correct data structure to solve a particular real world problem?
Related: What is a practical, real world example of the Linked List?
© Stack Overflow or respective owner