This project explores really simple linked lists in C.
The example program ll
in src/main.c
implements a really simple task: Fill the List with 10 Nodes, traverse it to find the node which holds a key, remove that node and free the list.
This project has no dependencies. Build and run with
make
./ll