ytulsiani / Double-Ended-Queue-C

Implementation of a Double Ended Queue (Dequeue) in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a Double Ended Queue (Dequeue) in C


Languages

Language:C 97.4%Language:Makefile 2.6%