Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anishsinha-io/vector
- Owner: anishsinha-io
- Created: 2022-01-03T21:05:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T21:07:08.000Z (about 3 years ago)
- Last Synced: 2024-11-08T12:17:43.634Z (3 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.