/Double-Ended-Queue-C

Implementation of a Double Ended Queue (Dequeue) in C

Primary LanguageC

Double Ended Queue Implementation

This is an example of a double ended queue programmed in C. It has no memory leaks.

Testing

Code can be run with gdb and memory leaks can be tested with Valgrind. Running code against tests: make run-test Running code against Valgrind: make run-valgrind