A list in C language that can store any type. The list is also extended to implement a stack and a queue.
Makefile is provided for ease of use. Just type the make
command and the code will be compiled.
The files named with Test*
contain tester code for the list, stack, and queue. Go through them to know how to use the code.
Requirements
- gcc