This project contains implementations of various data structures in C.
make test TARGET=test_stack_int
make clean
make test TARGET=test_queue_circular1
make test TARGET=test_queue_circular2
make test TARGET=test_single_list
make test TARGET=test_double_list