https://github.com/mun1r0b0t/c-development-kit
A collection of simple datastructures in C
https://github.com/mun1r0b0t/c-development-kit
data-structures library
Last synced: 10 months ago
JSON representation
A collection of simple datastructures in C
- Host: GitHub
- URL: https://github.com/mun1r0b0t/c-development-kit
- Owner: mun1r0b0t
- License: gpl-3.0
- Created: 2016-12-20T16:22:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T21:32:27.000Z (over 9 years ago)
- Last Synced: 2025-02-10T19:39:26.648Z (about 1 year ago)
- Topics: data-structures, library
- Language: C
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## C Development Kit
This repository contains a collection of some data structures that I use.
Currently, the repository contains data structures for:
1. ArrayList
2. Queue / LinkedList
3. Clock / Cyclic Integer
#### Using
Copy the header and the source code file for the data structure you want, and `#include` the header file in your code.
#### Bugs and features
Please create an issue/pull request in case you find a bug or want me to add a feature.