(Hopefully) useful code snippets and header-only libs
-
Updated
Oct 5, 2024 - 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.
Create my own library and redo a set of functions from the C standard library.
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.
A fast, generic, contiguous growable array type written in pure C.
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.
My personal experiences in practicing data structures and algorithms.
(OLD) Data structures & abstract data types 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!
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
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."