Appendix A: Links
- Wikipedia
- Wikipedia - Doubly linked list
- Rosetta Code: Element definition
- Rosetta Code: Element insertion
- Rosetta Code: Element removal
- Rosetta Code: Traversal
- Singly Linked List - Complete C example
- Generic Linked List in C (using function pointers)
- Linked lists on Learn-C.org
- Deleting from a Linked List
- StackOverflow: Deleting from a Linked List
- queue.h : The BSD de-facto standard for linked lists with source code and a tutorial and another tutorial and a Stackoverflow Q/A