(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 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
Some of my programming laboratory works at MEPhI
This repository contains solutions of assignments of DSA through C++ MySirG
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.
A lightweight C++ data structures library implementing essential data structures with zero dependencies.
A dynamic array library for arduino
As i practice, I save codes here
This Repository contains most common Data-Structures
Code I Wrote From 2 C++ Classes at FAU.
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."