Dynamic array (vector) implementation written in C.
Go to file
2025-07-19 13:53:45 -05:00
include Initial commit 2025-07-19 13:53:45 -05:00
src Initial commit 2025-07-19 13:53:45 -05:00
tests Initial commit 2025-07-19 13:53:45 -05:00
LICENSE Initial commit 2025-07-19 13:53:45 -05:00
Makefile Initial commit 2025-07-19 13:53:45 -05:00
README.md Initial commit 2025-07-19 13:53:45 -05:00

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.