A dynamic array implementation written in C.
include | ||
src | ||
tests | ||
LICENSE | ||
Makefile | ||
README.md |
Vec
Description
A dynamic array (vector) implementation written in C. Depends on mem and except
Table of Contents
Features TODO
- Dynamic array
- Push
- Pop
Usage
make test
to build and test project.
make
to build the project.
Credits / Resources
I found these resources extremely helpful.
C Interfaces and Implementations - David Hanson
Crafting Interpreters - Robert Nystrom
Article World - Implement Vector in C
License
This project is licensed under GPLv3 - see the LICENSE file for details.d under GPLv3 - see the LICENSE file for details.