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

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

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.