|
|
|||
|
|
|
||
|
Posted by Guy Lecky-Thompson Jun 16, 2006 |
Recently, I came across a question asking for a description of a linked list - how it should look in a language independent way. Linked lists are good for building a self organizing data store; and can be reused to manipulatye all kinds of data types.
There are some caveats, but wer cover them all in the Linked List Abastract Data Type article. It will also take the reader through constructing these useful data stores, and point to some implementation clues.
Have fun!