An open API service indexing awesome lists of open source software.

https://github.com/arminasbrazenas/c-dequeue

A generic dequeue implementation in C.
https://github.com/arminasbrazenas/c-dequeue

c dequeue generics

Last synced: 8 months ago
JSON representation

A generic dequeue implementation in C.

Awesome Lists containing this project

README

          

# 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.