dynamic-array
Here are 161 public repositories matching this topic...
Language:All
Sort:Most stars
(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
Oct 2, 2025 - 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
Dec 16, 2025 - 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.
- Updated
Dec 29, 2023 - C
My personal experiences in practicing data structures and algorithms.
- Updated
Feb 26, 2021 - Java
(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
This is just a repository to track my progress on learning Data Structures using Java. Feel free to make use of this repository!
- Updated
Dec 7, 2021 - Java
A C99 implementation of a growable array that mimics C++ std::vector
- Updated
Nov 25, 2020 - C
Improve this page
Add a description, image, and links to thedynamic-array topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thedynamic-array topic, visit your repo's landing page and select "manage topics."