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
Type-safe vector type generator for C
A C vector library similar to the C++ STL vector
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
'School 42' project. C library with my own implementation of some useful functions and modules.
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
A C99 implementation of a growable array that mimics C++ std::vector
Generic type-safe dynamic array library for C
C library providing a buffer that can automatically grow
Pile of utilities around ugeneric_t type.
Create my own library and redo a set of functions from the C standard library.
What if your memory allocator was also your dynamic array library?
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
Dynamic Array implementation focused on low overhead in C.
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."