dynamic-array
There are 156 repositories under dynamic-array topic.
c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
cstl
Common Datastructure Library for C language.
DynarrLO
Dynamic Array implementation focused on low overhead in C.
c-vector
A simple header-only implementation of a dynamic array (vector) in C
MySirG_DSA_through_CPP
This repository contains solutions of assignments of DSA through C++ MySirG
libft
Create my own library and redo a set of functions from the C standard library.
c_array_tools
This is a simple dynamic array tool implemented in C with a single header file
mephi-laboratory-works
Some of my programming laboratory works at MEPhI
Data-Structures
Basic Data Structures
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.
vextor
dynamic array in c++
CountedDynArrays
Set of types and functions designed to ease work with dynamic arrays and also slightly optimize reallocation of the array.
assembly-x86-all-Manipulation-on-array
assembly x86 Manipulate an array that you build , Dynamic array
estruturaDeDados
Estrutura de Dados (2º Ano) - closed
JavaDataStructures
Java implementations of classic data structures
PCCList
PCCList is a dynamic, Python-style list implementation in C++ capable of storing heterogeneous types
KeyArray
High-performance C++ data structure for fast key-based access with guaranteed O(1) operations, dynamic resizing, and memory-efficient design
dyna
Generic Dynamic Array in C
JPList
A dynamic array list implementation in C, usable for custom types
Code-Carnival
Code Carnival 🎮 An interactive game app using data structures, algorithms, and databases. Features secure login, encrypted passwords, and progress tracking. Includes Snake, Chess, Tic Tac Toe, Battle Ship, and Maze Runner.
Dictionary_classic_asp
Library to create and manage dictionaries in Classic ASP
Dynamic_array_classic_asp
Collection of libraries and classes for having dynamic arrays on classic asp.
DynamicVector
A class that provides a dynamic vector using numpy to store the values. Can access all numpy methods using a view property and includes common list functions for operating without a view. Allows for fast appending and popping of values, while retaining numpy vector operations.
dynarray.h
A simple header-only c library for creating dynamic arrays of any specific type
cdata
Simple C library for data-structures
Dynamic-Array_CPlusPlus
This code defines a template class named DynamicArray. This class is created to be able to represent a dynamic array(resizable array) which can contain elements of any data type, which T, the template parameter, specifies.
Contabilizador-Financeiro
Projeto de análise de transações financeiras, em C++, implementando as estruturas de dados vetor dinâmico e tabela hash para filtragem de transações a partir de arquivos CSV.
Dynamic-C-Array
Create dynamically-allocated arrays of any data type in the C language.
Dynamic_Arrayduino
A dynamic array library for arduino
Kevins-C-Library
Data structures and algorithms from scratch in C.
cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
Dynamic-Array
Designed a "DynamicArray", that can be of any type, which expands and shrinks as required.
C_List
A simple library that provides dynamic array capabilities to the C programing language.
c-candy
A string and data structures library for C
dynarr
A simple dynamic array library for C
dynamic-array
Dynamic array in C