Is there any practical usage of Doubly Linked List, Queues and Stacks?

Posted by Chouette on Stack Overflow See other posts from Stack Overflow or by Chouette
Published on 2009-09-16T05:51:28Z Indexed on 2010/03/23 22:53 UTC
Read the original article Hit count: 124

Filed under:

I've been coding for quite sometime now. And my work pertains to solving real-world business scenarios. However, I have not really come across any practical usage of some of the data structures like the Linked List, Queues and Stacks etc.

Not even at the business framework level. Of course, there is the ubiquitous HashTable, ArrayList and of late the List...but is there any practical usage of some of the other basic data structures?

It would be great if someone gave a real-world solution where a Doubly Linked List "performs" better than the obvious easily usable counterpart.

© Stack Overflow or respective owner

Related posts about datastructures