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

https://github.com/gr3yknigh1/cboxes

Simple collections library written in C
https://github.com/gr3yknigh1/cboxes

c collections data-structures

Last synced: 7 months ago
JSON representation

Simple collections library written in C

Awesome Lists containing this project

README

          

# cboxes

Simple collections library written in C

## Build

**Requirements**:

- CMake
- LLVM Clang
- clang-tidy
- clang-format
- valgrind

```bash
make
```

## To Do

- [X] Linked List
- [ ] Dynamic Array
- [X] Hash Map
- [ ] 2D Dynamic Array
- [ ] BST