Projects in Awesome Lists tagged with dynamic-array
A curated list of projects in awesome lists tagged with dynamic-array .
https://github.com/danielgibson/snippets
(Hopefully) useful code snippets and header-only libs
c dynamic-array header-only imageloader public-domain sdl2 single-header-lib standalone-library string-manipulation
Last synced: 30 Apr 2025
https://github.com/DanielGibson/Snippets
(Hopefully) useful code snippets and header-only libs
c dynamic-array header-only imageloader public-domain sdl2 single-header-lib standalone-library string-manipulation
Last synced: 02 Apr 2025
https://github.com/camel-cdr/cauldron
A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)
arena-allocator argument-parser benchmarking c csprng dynamic-array library prng random-distributions shuffling trng unit-testing
Last synced: 06 Apr 2025
https://github.com/jibsen/scv
ANSI C implementation of dynamic array, with interface similar to C++ std::vector
Last synced: 07 May 2025
https://github.com/rswinkle/cvector
A C vector library similar to the C++ STL vector
c cvector dynamic-array single-header-lib standalone-library
Last synced: 13 Apr 2025
https://github.com/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.
array c cpp dynamic-array fnv-1a hash plain-old-data ply single-header
Last synced: 30 Apr 2025
https://github.com/jotavare/libft
Create my own library and redo a set of functions from the C standard library.
c dynamic-array gdb libft linked-list makefile malloc norminette standard-library string-manipulation string-matching valgrind
Last synced: 24 Apr 2025
https://github.com/bamless/extlib
c extended library
array c c99 dynamic dynamic-array hashmap hashtable string vector
Last synced: 07 May 2025
https://github.com/lvntky/ccontainer
Comprehensive STB style header-only library of data structures implemented in C
b-tree binary-search-tree bloom-filter c99 collections containers data-structures doubly-linked-list dynamic-array graph hashmap heap linked-list priority-queue queue red-black-tree set stack trie
Last synced: 10 Apr 2025
https://github.com/bamless/cvector
A C99 implementation of a growable array that mimics C++ std::vector
array c c99 dynamic-array vector
Last synced: 22 Feb 2025
https://github.com/robbypambudi/struktur-data
Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember
deque dynamic-array queue stack struktur-data
Last synced: 15 Apr 2025
https://github.com/mobius3/naughty-buffers
C library providing a buffer that can automatically grow
buffer c99 dynamic-array typesafe-array
Last synced: 14 Mar 2025
https://github.com/skullchap/buf
ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.
array buffer c c89 dynamic-array dynamic-buffer vector
Last synced: 16 Feb 2025
https://github.com/werbenhu/cstl
Common Datastructure Library for C language.
array c c-language data-structure dynamic-array list map queue stack vector
Last synced: 08 Apr 2025
https://github.com/zncl2222/c_array_tools
This is a simple dynamic array tool implemented in C with a single header file
arrays c dynamic-array single-header-lib
Last synced: 23 Feb 2025
https://github.com/gregorykogan/mephi-laboratory-works
Some of my programming laboratory works at MEPhI
c cpp data-structures dynamic-array inheritance laboratory-works linked-list oop smart-pointers
Last synced: 15 May 2025
https://github.com/thelazytomcat/counteddynarrays
Set of types and functions designed to ease work with dynamic arrays and also slightly optimize reallocation of the array.
array delphi dynamic-array fpc framework lazarus object-pascal pascal
Last synced: 28 Feb 2025
https://github.com/w1redch4d/pcclist
PCCList is a dynamic, Python-style list implementation in C++ capable of storing heterogeneous types
cpp17 data-structures dynamic-array python-list
Last synced: 11 May 2025
https://github.com/zeusdeux/c-libs
stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.
arena-allocator c clibrary dynamic-array gap-buffer stb stb-style string-builder string-view
Last synced: 05 Apr 2025
https://github.com/adolbyb/cpp-data-structures
Code I Wrote From 2 C++ Classes at FAU.
abstract-data-types c-plus-plus class computer-science containerization copy-constructor data-structures deque destructor double-linked-list dynamic-array function-template linked-list memory-allocation operator-overloading queue stack struct vector
Last synced: 13 Mar 2025
https://github.com/r0mb0/dictionary_classic_asp
Library to create and manage dictionaries in Classic ASP
asp-classic classic-asp classic-asp-lang classic-asp-language dictionary dynamic-array italian-developers library r0mb0
Last synced: 17 Mar 2025
https://github.com/r0mb0/dynamic_array_classic_asp
Collection of libraries and classes for having dynamic arrays on classic asp.
asp-classic class classic-asp classic-asp-lang classic-asp-language dynamic-array dynamic-arrays italian-developers library r0mb0
Last synced: 17 Mar 2025
https://github.com/petercamilleri/flex_array
A flexible multi-dimensional array gem for Ruby.
dynamic-array multidimensional-arrays ruby
Last synced: 08 Apr 2025
https://github.com/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.
algorithms big-o-notation binary-search bro-code data-structures dynamic-array linear-search linked-list priority-queue queue stack
Last synced: 24 Mar 2025
https://github.com/taharachedi/custom_dynamic_array_library-cpp
A C++ template-based dynamic array implementation offering essential operations such as insertion, deletion, resizing, searching, and reversal.
datastructures-algorithms dynamic-array
Last synced: 20 Mar 2025
https://github.com/ahlyab/dynamicarray
custom class for dynamic array
array cpp data-structure dynamic-array
Last synced: 27 Mar 2025
https://github.com/r0mb0/dynamic_arrays_classic_asp
Library to create and manage dynamic arrays in Classic ASP
asp-classic classic-asp classic-asp-lang classic-asp-language dynamic-array dynamic-arrays italian-developers library r0mb0
Last synced: 17 Mar 2025
https://github.com/zanadoman/neotypes
A type library for C that includes: new variable names, bool, dynamic array, string, conversion between string and numeric types, and some file/memory management.
c conversion cpp data-structures-and-algorithms dynamic-array file-management header-files library memory-management string types
Last synced: 23 Mar 2025
https://github.com/julienrull/libzro
A header-only C library that provides essential data structures
arena-allocator c dynamic-array hmap library unittest
Last synced: 04 Apr 2025
https://github.com/kasutu/arraylist
Dynamic Array and Linked list implementation in typescript
dynamic-array linked-list typescript
Last synced: 18 Jun 2025
https://github.com/vivivivianne/bunarr
A simple c99 dynamic array implementation
c99 data-structures dynamic-array
Last synced: 23 Mar 2025
https://github.com/sametsenturka/gui-atm-login-signin
This Java-based ATM simulation project is designed to provide a simple grafical user banking interface where users can log in, check their balance, deposit and withdraw funds, and update account details.
Last synced: 27 Feb 2025
https://github.com/voorhs/c-language-workshop
Задания практикума по Си/Си++
bash dynamic-array file-system list object-oriented-programming
Last synced: 19 Feb 2025
https://github.com/jjfiv/csc212arraylists
CSC212 Array-Based List Implementations
array-list data-structures dynamic-array smith-csc212
Last synced: 15 May 2025
https://github.com/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.
dynamic-array makefile object-oriented-programming serialization
Last synced: 06 Apr 2025
https://github.com/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
algorithm-analysis cpp data-structures dynamic-array linked-list performance-testing
Last synced: 12 Jun 2025
https://github.com/azholtikov/zh_vector
ESP32 ESP-IDF and ESP8266 RTOS SDK component for vector (dynamic array).
array component dynamic-array esp-idf esp32 esp8266 rtos-sdk vector
Last synced: 05 Mar 2025
https://github.com/michaldziuba03/structures
Data structures in pure C++
computer-science cpp data-structures dynamic-array structures
Last synced: 26 Feb 2025
https://github.com/moderrek/rusty-vec
Rust dynamic array implementation with iterator etc.
alloc allocator array dynamic dynamic-array rust std
Last synced: 20 Feb 2025
https://github.com/bragdond/dynamic-array-c
short library to handle c dynamic array
array c data-structures dynamic-array
Last synced: 21 Mar 2025
https://github.com/ncronom/libzro
A header-only C library that provides essential data structures
arena-allocator c dynamic-array hmap library unittest
Last synced: 17 Dec 2024
https://github.com/mayonnaisetraveler/bunarr
A simple c99 dynamic array implementation
c99 data-structures dynamic-array
Last synced: 20 Jan 2025
https://github.com/kathleenwest/advancedconsoleapplicationii
This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Generics IDisposible Pattern Utilities Dynamic Array IEnumerable<T> Interface Swap
console-application csharp csharp-code dynamic-array dynamic-arrays garbage-collection garbage-collector generic-programming generics idisposable ienumerable ienumerator-interfaces interface interfaces swap utilities
Last synced: 17 Mar 2025
https://github.com/shakadak/c_basic_dynamic_array
basic-algorithm c dynamic-array
Last synced: 29 Mar 2025
https://github.com/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.
c data-structures dynamic-array generic
Last synced: 01 Apr 2025
https://github.com/amrtamertech/clsstack_with_dynamic_array_library-cpp
A C++ template-based stack implementation built using a custom dynamic array class (clsDynamicArray) and extended from a custom queue structure (clsMyQueueArr). This project demonstrates how to implement a flexible stack structure with additional features such as element insertion, updating, reversing, and random access, beyond traditional LIFO beh
cpp data-structures dynamic-array generic-programming inheritance oop stack templates
Last synced: 15 Jun 2025
https://github.com/jonasraoni/memory-block
A set of simple functions to manage the memory of a dynamic array with fixed size items and contiguous memory.
array block c dynamic dynamic-array list memory memory-management
Last synced: 20 Mar 2025
https://github.com/jabbalaci/c-utils
C utility functions / libraries for my own projects
c deque dynamic-array library linked-list utilities utility utils
Last synced: 04 Apr 2025
https://github.com/shaikhsajid1111/data-structure-and-algorithms
As i practice, I save codes here
binary-search binary-search-tree bubble-sort dynamic-array insertion-sort linear-search linked-list merge-sort queue selection-sort stack
Last synced: 03 Mar 2025
https://github.com/ryanoutcome20/dynamic-arrays
Adds support for dynamic arrays in base C.
array c dynamic-array dynamic-arrays memory
Last synced: 16 Jun 2025
https://github.com/juripan/jplist
A dynamic array list implementation in C, usable for custom types
abstraction arraylist c c-programming c-programming-language dynamic-array list low-level-programming typed-array
Last synced: 23 Feb 2025
https://github.com/yusufsefasezer/c-contact-list
A simple contact list application developed with C.
c contact-list dynamic-array dynamic-memory-allocation
Last synced: 03 Mar 2025
https://github.com/zaahidali/cpp-lab
A semester tasks of Data Structure and Programming Fundamentals using C++ Language.
circular-queue cpp double-ended-queue dynamic-array infixtopostfix-expression matrix-addition matrix-diagnol-addition matrix-diagnol-multilpication matrix-multiplication matrix-transpose pointers postfix-to-infix queue queue-using-arrays
Last synced: 23 Feb 2025
https://github.com/stepainpy/dynamic-array
Dynamic array in C
c c99 dynamic-array header-only macros one-header
Last synced: 17 Mar 2025
https://github.com/danielblagy/containers
Implementations of containers in C++ as template classes.
algorithms containers containers-cpp cpp data-structures dynamic-array linked-list stack
Last synced: 19 Jun 2025
https://github.com/eignnx/char-list
A persistent string type with the same API as a linked-list of characters.
data-structures dynamic-array functional-data-structure immutable linked-list persistent-data-structure
Last synced: 15 Mar 2025
https://github.com/comba92/stc
Basic generic C library with a better memory management.
c-library dynamic-array memory-management
Last synced: 15 Mar 2025
https://github.com/costava/c-list
Generic, type-safe dynamic array written in C
Last synced: 28 Mar 2025
https://github.com/electrikmilk/darray
Dynamic arrays using any type
c c-language dynamic-array library
Last synced: 27 Feb 2025