Suite101
Post this Blog to facebook Add this Blog to del.icio.us! Digg this Blog furl this Blog Add this Blog to Reddit Add this Blog to Technorati Add this Blog to Newsvine Add this Blog to Windows Live Add this Blog to Yahoo Add this Blog to StumbleUpon Add this Blog to BlinkLists Add this Blog to Spurl Add this Blog to Google Add this Blog to Ask Add this Blog to Squidoo

Jun 16, 2006

Linked List ADTs

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!