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.
- Host: GitHub
- URL: https://github.com/arminasbrazenas/c-dequeue
- Owner: arminasbrazenas
- Created: 2023-02-22T21:40:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T20:04:27.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T07:07:50.456Z (about 1 year ago)
- Topics: c, dequeue, generics
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.