(Hopefully) useful code snippets and header-only libs
-
Updated
Jan 29, 2025 - C++
(Hopefully) useful code snippets and header-only libs
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
Librería de Arduino que implementa un array dinámico
Headers Only C++11 Containers library. No standard library is required.
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.
My personal experiences in practicing data structures and algorithms.
(OLD) Data structures & abstract data types in C++
Comprehensive STB style header-only library of data structures implemented in C
This is just a repository to track my progress on learning Data Structures using Java. Feel free to make use of this repository!
Generic type-safe dynamic array library for C
A C99 implementation of a growable array that mimics C++ std::vector
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."