dynamic-array
There are 138 repositories under dynamic-array topic.
DanielGibson/Snippets
(Hopefully) useful code snippets and header-only libs
camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
jibsen/scv
ANSI C implementation of dynamic array, with interface similar to C++ std::vector
luisllamasbinaburo/Arduino-List
Librería de Arduino que implementa un array dinámico
micro-gl/micro-containers
Headers Only C++11 Containers library. No standard library is required.
rswinkle/CVector
A C vector library similar to the C++ STL vector
Colin-b/pyxelrest
Query REST APIs using Microsoft Excel User Defined Functions, VBA or Python functions
elijahkash/libft
'School 42' project. C library with my own implementation of some useful functions and modules.
jotavare/libft
Create my own library and redo a set of functions from the C standard library.
NickHackman/C_Vector
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
Enes1313/DataStructures
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
dssgabriel/vec
A fast, generic, contiguous growable array type written in pure C.
maluoi/header-libs
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.
Amirparsa-Sal/Data-Structure-Algorithms
My personal experiences in practicing data structures and algorithms.
bamless/extlib
c extended library
Hysperr/data-structure-code-reference
(OLD) Data structures & abstract data types in C++
lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C
israel-lugo/tsarray
Generic type-safe dynamic array library for C
waizwafiq/Data_Structures
This is just a repository to track my progress on learning Data Structures using Java. Feel free to make use of this repository!
bamless/cvector
A C99 implementation of a growable array that mimics C++ std::vector
vslapik/ugeneric
Pile of utilities around ugeneric_t type.
kshitij-murabatte/data-structures
C++ implementation of various data structures.
mobius3/naughty-buffers
C library providing a buffer that can automatically grow
rahogaboom/daa
Dynamic Array Allocator C/C++ - a C++ header file only library
RaulCotar/rayalloc
What if your memory allocator was also your dynamic array library?
robbypambudi/Struktur-Data
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
WohlSoft/PtrList
A vector-like container class which stores elements as array of pointers to each element
arfin-parween/Amortized-analysis
This Repository contains topics related to Amortized Analysis. Amortized analysis is like budgeting for algorithms. Instead of focusing on the worst-case scenario for each operation, it looks at the overall cost of a sequence of operations.
EimaMei/c-vector
A simple header-only implementation of a dynamic array (vector) in C
GregoryKogan/mephi-laboratory-works
Some of my programming laboratory works at MEPhI
Mkhubaiib/Data-Structures
Basic Data Structures
Noscka/NosLib
A library containing different functions, classes and etc, so I don't have to rewrite code
skullchap/buf
ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.
SkyEng1neering/uvector
This is the magic implementation of dynamic array. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.
TYSON-Alii/vextor
dynamic array in c++
Zncl2222/c_array_tools
This is a simple dynamic array tool implemented in C with a single header file