Linked List - GPWikiA linked
list is a data structure where every element contains both a 'value' ... For
single linked list of up to N items with fixed order you can create ...
http://gpwiki.org/index.php/Linked_List
Linked List - GDWikiA linked
list is a data structure where every element contains both a 'value' ... For
single linked list of up to N items with fixed order you can create ...
http://wiki.gamedev.net/index.php/Linked_List

Purely Functional Data Structures$50.00
I use this book all the time to implement and improve purely functional data-structures. It is amazing the performance improvements possible by using good data-structures in functional programs.