Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/vector

implementation of a resizable vector (like in the C++ standard template library) in C
https://github.com/anishsinha-io/vector

Last synced: 24 days ago
JSON representation

implementation of a resizable vector (like in the C++ standard template library) in C

Awesome Lists containing this project

README

        

# Vector

This repository contains an implementation for a simple vector class in C, kind of like the one in the C++ standard
template library.