1. Computing

A Double Linked List Program

From Dan Mabbutt, About.com GuideJuly 29, 2012

Follow me on:

So, I was reading a book about Design Patterns which had a neat piece of code that kept track of nodes in a double linked list. But there was no code to show how to use it.

I hate it when that happens!!

I decided to write one. How hard could it be? I found out. I didn't know it was possible to create an infinitely recursive data structure until I did it by mistake while writing the program!

Read the article about coding a double linked list "the hard way".

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Top Related Searches linked list

©2013 About.com. All rights reserved.