Forestpath.org
the personal website of M. Coughlin
home
sustainable
technology
hobbies
learn
links
about
Home
»
Technology
»
Programming
»
Algorithms
» Linked List
Linked List
C
I.
Generic doubly-linked list
Source code
list.h
list.c
II.
Generic doubly-linked list
Uses empty nodes to mark the start and end of the list
Non-intrustive iterator
Source code
list.h
list.c
ls_iter.h
ls_iter.c
Examples
test.c
output.txt