Tuesday, February 17, 2009

IT 123A-Doubly Linked List

Concept;

Doubly Linked List-A more sophisticated kind of linked list is a doubly-linked list or two-way linked list. Each node has two links: one points to the previous node, or points to a null value or empty list if it is the first node; and one points to the next, or points to a null value or empty list if it is the final node...[1](google.com)-(http://en.wikipedia.org/wiki/Linked_list)...

Illustration;







Referrence;
http://www.google.com.ph/search?hl=en&q=Doubly+Linked+List&meta=
























No comments:

Post a Comment