Topic: "dynamic-array"
DanielGibson/Snippets
(Hopefully) useful code snippets and header-only libs
Language: C++ - Size: 213 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 198 - Forks: 16

camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
Language: C - Size: 930 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 132 - Forks: 8

jibsen/scv
ANSI C implementation of dynamic array, with interface similar to C++ std::vector
Language: C - Size: 71.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 39 - Forks: 5

luisllamasbinaburo/Arduino-List
Librería de Arduino que implementa un array dinámico
Language: C++ - Size: 13.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 21 - Forks: 8

rswinkle/CVector
A C vector library similar to the C++ STL vector
Language: C - Size: 4.04 MB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 19 - Forks: 2

giorgossofronas/Data-Structures
A set of efficient generic data structures implemented in C
Language: C - Size: 347 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

elijahkash/libft
'School 42' project. C library with my own implementation of some useful functions and modules.
Language: C - Size: 2.47 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 0

Colin-b/pyxelrest
Query REST APIs using Microsoft Excel User Defined Functions, VBA or Python functions
Language: Python - Size: 7.44 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

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.
Language: C - Size: 25.4 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 11 - Forks: 0

Enes1313/DataStructures
Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.
Language: C - Size: 1.62 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 1

NickHackman/C_Vector
A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array
Language: C - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 11 - Forks: 2

dssgabriel/vec
A fast, generic, contiguous growable array type written in pure C.
Language: C - Size: 45.9 KB - Last synced at: 36 minutes ago - Pushed at: about 3 years ago - Stars: 10 - Forks: 0

bamless/extlib
c extended library
Language: C - Size: 66.4 KB - Last synced at: 2 days ago - Pushed at: 2 months ago - Stars: 8 - Forks: 0

farukalpay/DynamicArray
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.
Language: C - Size: 166 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 0

Amirparsa-Sal/Data-Structure-Algorithms
My personal experiences in practicing data structures and algorithms.
Language: Java - Size: 138 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 0

gsofron/abstract-data-types
A collection of efficient abstract data types in C
Language: C - Size: 62.5 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 0

lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C
Language: C - Size: 666 KB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 6 - Forks: 0

Hysperr/data-structure-code-reference
Data structures & abstract data types in C++
Language: C++ - Size: 79.1 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 5 - Forks: 4

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!
Language: Java - Size: 280 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

bamless/cvector
A C99 implementation of a growable array that mimics C++ std::vector
Language: C - Size: 21.5 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 0

WohlSoft/PtrList
A vector-like container class which stores elements as array of pointers to each element
Language: C++ - Size: 150 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

mobius3/naughty-buffers
C library providing a buffer that can automatically grow
Language: C - Size: 173 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

robbypambudi/Struktur-Data
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
Language: C - Size: 690 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 2

kshitij-murabatte/data-structures
C++ implementation of various data structures.
Language: C++ - Size: 156 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 3

rahogaboom/daa
Dynamic Array Allocator C/C++ - a C++ header file only library
Language: C++ - Size: 131 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

TheLazyTomcat/CountedDynArrays
Set of types and functions designed to ease work with dynamic arrays and also slightly optimize reallocation of the array.
Language: Pascal - Size: 215 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 2

skullchap/buf
ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.
Language: C - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

geytman/assembly-x86-all-Manipulation-on-array
assembly x86 Manipulate an array that you build , Dynamic array
Language: Assembly - Size: 3.91 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

Zncl2222/c_array_tools
This is a simple dynamic array tool implemented in C with a single header file
Language: C - Size: 238 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

GregoryKogan/mephi-laboratory-works
Some of my programming laboratory works at MEPhI
Language: C++ - Size: 5.08 MB - Last synced at: 24 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

RaulCotar/rayalloc
What if your memory allocator was also your dynamic array library?
Language: C - Size: 1.15 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

werbenhu/cstl
Common Datastructure Library for C language.
Language: C - Size: 41 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

EimaMei/c-vector 📦
A simple header-only implementation of a dynamic array (vector) in C
Language: C - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

Mkhubaiib/Data-Structures
Basic Data Structures
Language: C++ - Size: 3.27 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

TYSON-Alii/vextor
dynamic array in c++
Language: C++ - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

w1redch4d/PCCList
PCCList is a dynamic, Python-style list implementation in C++ capable of storing heterogeneous types
Language: C++ - Size: 12.7 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Aavtic/dyna
Generic Dynamic Array in C
Language: C - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

R0mb0/Dynamic_array_classic_asp
Collection of libraries and classes for having dynamic arrays on classic asp.
Language: Classic ASP - Size: 102 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

R0mb0/Dictionary_classic_asp
Library to create and manage dictionaries in Classic ASP
Language: Classic ASP - Size: 69.3 KB - Last synced at: 2 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

taharachedi/Custom_Dynamic_Array_Library-CPP
A C++ template-based dynamic array implementation offering essential operations such as insertion, deletion, resizing, searching, and reversal.
Language: C++ - Size: 1.01 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

fraserlove/strux
A lightweight C++ data structures library implementing essential data structures with zero dependencies.
Language: C++ - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 1

zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
Language: C - Size: 350 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

otuemre/dsa-Java
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.
Language: Java - Size: 559 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

siawish/Code-Carnival Fork of Dani-Bytes/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.
Language: C++ - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ScottBoyce-Python/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.
Language: Python - Size: 41 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

fietec/dynarray.h
A simple header-only c library for creating dynamic arrays of any specific type
Language: C - Size: 14.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

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.
Size: 6.06 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

febits/dyrray
Dynamic Array in C
Language: C - Size: 26.4 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

luizakuze/Contabilizador-Financeiro 📦
Projeto final de PRG2
Language: C++ - Size: 39.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

cMardc/Dynamic_Arrayduino
A dynamic array library for arduino
Language: C++ - Size: 1.2 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

kpluas21/Kevins-C-Library
Data structures and algorithms from scratch in C.
Language: C - Size: 1.82 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

AdityaKumar444/MySirG_DSA_through_CPP
This repository contains solutions of assignments of DSA through C++ MySirG
Language: C++ - Size: 149 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

AdityaKumar444/Ineuron-Assignments-DSA-solutions
This repository contains C++ DSA assignments solutions of C++ bootcamp course of Ineuron
Language: C++ - Size: 126 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

ADolbyB/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
Language: C++ - Size: 178 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

micro-gl/micro-containers
Fast, Slim, Embeddable, Headers files Only C++11 containers library. No standard library is required.
Language: C++ - Size: 223 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

noahwagner04/C_List
A simple library that provides dynamic array capabilities to the C programing language.
Language: C - Size: 18.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

floatlemagne/Smartstack
A dynamic LIFO data structure in C
Language: C - Size: 19.5 KB - Last synced at: 8 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

akashnag/c-candy
A string and data structures library for C
Language: C - Size: 48.8 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 0

PeterCamilleri/flex_array
A flexible multi-dimensional array gem for Ruby.
Language: Ruby - Size: 451 KB - Last synced at: 30 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

TheDcoder/dynarr
A simple dynamic array library for C
Language: C - Size: 1000 Bytes - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

shaikhsajid1111/data-structure-and-algorithms
As i practice, I save codes here
Language: C++ - Size: 92.8 KB - Last synced at: 7 days ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

KennedyTedesco/dynamic-array
Dynamic array in C
Language: C - Size: 2.93 KB - Last synced at: about 2 hours ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

RicardoPetronilho98/data-structs
Generic implementation of data structs in C
Language: C - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

eduschadesoares/estruturaDeDados
Estrutura de Dados (2º Ano) - closed
Language: C++ - Size: 1.26 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

Zyhco/KeyArray
High-performance C++ data structure for fast key-based access with guaranteed O(1) operations, dynamic resizing, and memory-efficient design
Language: C++ - Size: 70.3 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

jondebove/cds
Simple C99 data structures
Language: C - Size: 56.6 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

DaniilAlpha/vec
Plain C typesafe vector data structure.
Language: C - Size: 42 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 0 - Forks: 0

daniliammo/SimpleList
Simple List. Fully written in Vala. High-performance dynamic lists for Vala with automatic memory compaction. Choose between lazy or aggressive compaction strategies.
Language: Vala - Size: 40 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 0 - Forks: 0

JaMo42/c-vector
Dynamic array in C
Language: C - Size: 125 KB - Last synced at: 25 days ago - Pushed at: 25 days ago - Stars: 0 - Forks: 0

M-Y-Sun/extdlib-cvector 📦
C++ style dynamic array (vector) library in C.
Language: C - Size: 105 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ChrisRobertsJr/Pickup-Basketball-Database
A Pickup basketball database that stores player data such as height, weight, age, wins, and losses. Has a sign in feature for those who have actively participated in the data collection.
Language: Java - Size: 21.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

julienrull/libzro
A header-only C library that provides essential data structures
Language: C - Size: 1.13 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

juripan/JPList
A dynamic array list implementation in C, usable for custom types
Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MKwapisz2000/cpp-data-structures-comparison
The project aims to compare different data structures, including: Singly Linked List , Singly Linked List with Head and Tail, Doubly Linked List, Dynamic Array
Language: C++ - Size: 38.1 KB - Last synced at: 19 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

RubenWihler/c-dynamic-array
Une simple implémentation d'un tableau dynamique générique en C. Les éléments du tableau sont stockés dans un espace mémoire contigu. La taille des éléments est spécifiée lors de la création du tableau.
Language: C - Size: 23.4 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Stepainpy/dynamic-array
Dynamic array in C
Language: C - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

aZholtikov/zh_vector
ESP32 ESP-IDF and ESP8266 RTOS SDK component for vector (dynamic array).
Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

FranciscoSole/university-students-manager
University project created with Java
Language: Java - Size: 37.1 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

tktajwar/dynamic-array
Dynamic Array data structure written in C
Language: C - Size: 6.84 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ryanoutcome20/Dynamic-Arrays
Adds support for dynamic arrays in base C.
Language: C - Size: 217 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Comba92/stc
Basic generic C library with a better memory management.
Language: C - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

vivivivianne/bunarr
A simple c99 dynamic array implementation
Language: C - Size: 29.3 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Conzxy/zda
Practical toolbox of data structures and algorithms
Language: C - Size: 244 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

electrikmilk/darray
Dynamic arrays using any type
Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

Edward-Ji/DynamicArray 📦
An implementation of dynamic arrays in C.
Language: C - Size: 738 KB - Last synced at: 7 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 2

geofdv/dynamic-array
possible way how to implement a generic dynamic array in c
Language: C - Size: 7.81 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Moderrek/rusty-vec
Rust dynamic array implementation with iterator etc.
Language: Rust - Size: 3.91 KB - Last synced at: 16 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Ahlyab/DynamicArray
custom class for dynamic array
Language: C++ - Size: 12.7 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

eignnx/char-list
A persistent string type with the same API as a linked-list of characters.
Language: Rust - Size: 218 KB - Last synced at: 15 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

vinay-winai/misc_programs
Benchmarks for Dynamic arrays vs linked lists
Language: C++ - Size: 571 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

ClecioJung/cdata
Simple C library for data-structures
Language: C - Size: 1.99 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kadealicious/Dynamic-C-Array
Create dynamically-allocated arrays of any data type in the C language.
Language: C - Size: 1.03 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

koss-null/vector
Vector is an implementation of a dynamically-expandable array, winch is implemented as an array of smaller arrays. It supports copying, consistent-mode with separate mutexes on each sub-array, Map, Filter and Reduce powered by FuncFrog
Language: Go - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nicholascc/c-utils
A set of small single-header-file libraries I use for my C projects.
Language: C - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

sciustea/Dynamic-Array_CPlusPlus
Language: C++ - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sittlon/Cector
Vector style dynamic array in C
Language: C - Size: 46.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DerEasy/DynarrLO
Dynamic Array implementation focused on low overhead in C.
Language: C - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Zekronz/C-Vector
Dynamic array implementation in C, inspired by C++ vectors.
Language: C - Size: 24.4 KB - Last synced at: 28 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

yusufsefasezer/c-contact-list
A simple contact list application developed with C.
Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0
