XOR linked list - Wikipedia, the free encyclopediaAn XOR
linked list compresses the same information into one
address field by ... You will then have the
address for D and you can continue traversing the list. ...
http://en.wikipedia.org/wiki/XOR_linked_list
Linked list - Wikipedia, the free encyclopediaIn computer science, a
linked list is one of the fundamental data structures, ... with singly-
linked lists, which require the previous node's
address in order to ...
http://en.wikipedia.org/wiki/Linked_lists
Creating Linked Lists in C++A
linked list is a data structure which is built from structures ... need to set current equal to the
address of the start pointer, as they are both pointers. ...
http://richardbowles.tripod.com/cpp/linklist/linklist.htm