(Hopefully) useful code snippets and header-only libs
-
Updated
Jan 29, 2025 - C++
(Hopefully) useful code snippets and header-only libs
Librería de Arduino que implementa un array dinámico
Headers Only C++11 Containers library. No standard library is required.
(OLD) Data structures & abstract data types in C++
Dynamic Array Allocator C/C++ - a C++ header file only library
C++ implementation of various data structures.
A vector-like container class which stores elements as array of pointers to each element
This repository contains solutions of assignments of DSA through C++ MySirG
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.
Estrutura de Dados (2º Ano) - closed
Basic Data Structures
A C++ template-based dynamic array implementation offering essential operations such as insertion, deletion, resizing, searching, and reversal.
Some of my programming laboratory works at MEPhI
A lightweight C++ data structures library implementing essential data structures with zero dependencies.
As i practice, I save codes here
A dynamic array library for arduino
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.
Designed a "DynamicArray", that can be of any type, which expands and shrinks as required.
This Repository contains most common Data-Structures
Add a description, image, and links to the dynamic-array topic page so that developers can more easily learn about it.
To associate your repository with the dynamic-array topic, visit your repo's landing page and select "manage topics."