(Hopefully) useful code snippets and header-only libs
-
Updated
Jan 29, 2025 - C++
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
-
Updated
Feb 1, 2025 - C
ANSI C implementation of dynamic array, with interface similar to C++ std::vector
-
Updated
Nov 1, 2023 - C
Type-safe vector type generator for C
-
Updated
Jan 20, 2026 - C
Librería de Arduino que implementa un array dinámico
-
Updated
Feb 21, 2021 - C++
A C vector library similar to the C++ STL vector
-
Updated
Apr 20, 2025 - C
Headers Only C++11 Containers library. No standard library is required.
-
Updated
Sep 4, 2023 - C++
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
-
Updated
Sep 24, 2020 - C
'School 42' project. C library with my own implementation of some useful functions and modules.
-
Updated
Mar 22, 2023 - C
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
-
Updated
Dec 21, 2020 - 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.
-
Updated
May 7, 2021 - C
A fast, generic, contiguous growable array type written in pure C.
-
Updated
Mar 18, 2022 - C
c extended library
-
Updated
Feb 26, 2026 - C
My personal experiences in practicing data structures and algorithms.
-
Updated
Feb 26, 2021 - Java
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.
-
Updated
Dec 29, 2023 - C
A punctuation-based esolang, simple and embeddable, written in C
-
Updated
Jan 16, 2026 - C
(OLD) Data structures & abstract data types in C++
-
Updated
Sep 22, 2017 - C++
Comprehensive STB style header-only library of data structures implemented in C
-
Updated
Aug 19, 2024 - C
A comprehensive collection of data structures and algorithms implemented in Java, with detailed explanations for each concept. This project was inspired by Bro Code, serving as a hands-on reference for learning and mastering fundamental data structures and algorithms in Java.
-
Updated
Jan 22, 2025 - Java
Improve this page
Add a description, image, and links to the dynamic-array topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dynamic-array topic, visit your repo's landing page and select "manage topics."