A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
-
Updated
Feb 1, 2025 - C
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
ANSI C implementation of dynamic array, with interface similar to C++ std::vector
A C vector library similar to the C++ STL vector
'School 42' project. C library with my own implementation of some useful functions and modules.
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
Collection of single header libraries I've written. C++ dynamic array and hashmap, runtime and compile time hashing functions, and a .ply 3d file format loader.
A fast, generic, contiguous growable array type written in pure C.
This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.
Comprehensive STB style header-only library of data structures implemented in C
Generic type-safe dynamic array library for C
A C99 implementation of a growable array that mimics C++ std::vector
Pile of utilities around ugeneric_t type.
C library providing a buffer that can automatically grow
What if your memory allocator was also your dynamic array library?
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
This is a simple dynamic array tool implemented in C with a single header file
Dynamic Array implementation focused on low overhead in C.
ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.
Add a description, image, and links to the dynamic-array topic page so that developers can more easily learn about it.
To associate your repository with the dynamic-array topic, visit your repo's landing page and select "manage topics."