Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elisescu/e-utils

small data structure untilities
https://github.com/elisescu/e-utils

Last synced: 8 days ago
JSON representation

small data structure untilities

Awesome Lists containing this project

README

        

# Small data structure utilities

C implementation of few basic (generic) data structure operations

### Build
```bash
mkdir -p out
cd out
cmake ../ && make
```