Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elisescu/e-utils
- Owner: elisescu
- Created: 2015-01-15T01:53:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T12:02:48.000Z (over 9 years ago)
- Last Synced: 2024-09-20T00:29:58.789Z (about 2 months ago)
- Language: C
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```