Dynamic array (vector) implementation written in C.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
Vec
Description
Dynamic Array (Vector) implementation written in C.
Table of Contents
Features / TODOS
- 0(1) Access
- Automatic Re-sizing
- Contiguous memory
- Add cleanup func for deletion
Usage
make
to build
make test
to build and run tests
Credits / Resources
License
This project is licensed under MIT - see the LICENSE file for details.