vec/README.md
2025-07-19 13:53:45 -05:00

550 B

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.