/c-dequeue

A generic dequeue implementation in C.

Primary LanguageC

Generic C dequeue

A generic double-ended queue (dequeue) data structure implementation in C. It was written during the 2nd semester of Software Engineering at Vilnius University for Data Structures & Algorithms course (2023).

Installation

To use this library in your C project, simply include the header file dequeue.h and link against the dequeue library.