There are 0 repository under dynamic-array topic.
(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)
Librería de Arduino que implementa un array dinámico
Headers Only C++11 Containers library. No standard library is required.
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
Query REST APIs using Microsoft Excel User Defined Functions, VBA or Python functions
'School 42' project. C library with my own implementation of some useful functions and modules.
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.
My personal experiences in practicing data structures and algorithms.
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.
(OLD) Data structures & abstract data types in C++
Comprehensive STB style header-only library of data structures implemented in C
Generic type-safe dynamic array library for C
This is just a repository to track my progress on learning Data Structures using Java. Feel free to make use of this repository!
C library providing a buffer that can automatically grow
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.
C++ implementation of various data structures.
Dynamic Array Allocator C/C++ - a C++ header file only library
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
A vector-like container class which stores elements as array of pointers to each element
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.
Reference-counted dynamic arrays for C. Lock-free performance, cross-platform compatibility, single header library.
ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.
A C++ template-based dynamic array implementation offering essential operations such as insertion, deletion, resizing, searching, and reversal.
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.