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.

    Language:C2
  • cstl

    Common Datastructure Library for C language.

    Language:C2
  • DynarrLO

    Dynamic Array implementation focused on low overhead in C.

    Language:C2
  • c-vector

    A simple header-only implementation of a dynamic array (vector) in C

    Language:C2
  • MySirG_DSA_through_CPP

    This repository contains solutions of assignments of DSA through C++ MySirG

    Language:C++2
  • libft

    Create my own library and redo a set of functions from the C standard library.

    Language:C2
  • c_array_tools

    This is a simple dynamic array tool implemented in C with a single header file

    Language:C2
  • mephi-laboratory-works

    Some of my programming laboratory works at MEPhI

    Language:C++2
  • Data-Structures

    Basic Data Structures

    Language:C++2
  • 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++2
  • vextor

    dynamic array in c++

    Language:C++2
  • CountedDynArrays

    Set of types and functions designed to ease work with dynamic arrays and also slightly optimize reallocation of the array.

    Language:Pascal2
  • assembly-x86-all-Manipulation-on-array

    assembly x86 Manipulate an array that you build , Dynamic array

    Language:Assembly2
  • estruturaDeDados

    Estrutura de Dados (2º Ano) - closed

    Language:C++2
  • JavaDataStructures

    Java implementations of classic data structures

    Language:Java1
  • PCCList

    PCCList is a dynamic, Python-style list implementation in C++ capable of storing heterogeneous types

    Language:C++1
  • KeyArray

    High-performance C++ data structure for fast key-based access with guaranteed O(1) operations, dynamic resizing, and memory-efficient design

    Language:C++1
  • dyna

    Generic Dynamic Array in C

    Language:C1
  • JPList

    A dynamic array list implementation in C, usable for custom types

    Language:C1
  • 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++1
  • Dictionary_classic_asp

    Library to create and manage dictionaries in Classic ASP

    Language:Classic ASP1
  • Dynamic_array_classic_asp

    Collection of libraries and classes for having dynamic arrays on classic asp.

    Language:Classic ASP1
  • 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:Python1
  • dynarray.h

    A simple header-only c library for creating dynamic arrays of any specific type

    Language:C1
  • cdata

    Simple C library for data-structures

    Language:C1
  • 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.

    Language:C++1
  • 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.

    Language:C++1
  • Dynamic-C-Array

    Create dynamically-allocated arrays of any data type in the C language.

    Language:C1
  • Dynamic_Arrayduino

    A dynamic array library for arduino

    Language:C++1
  • Kevins-C-Library

    Data structures and algorithms from scratch in C.

    Language:C1
  • cpp-data-structures

    Code I Wrote From 2 C++ Classes at FAU.

    Language:C++1
  • Dynamic-Array

    Designed a "DynamicArray", that can be of any type, which expands and shrinks as required.

    Language:C++1
  • C_List

    A simple library that provides dynamic array capabilities to the C programing language.

    Language:C1
  • c-candy

    A string and data structures library for C

    Language:C1
  • dynarr

    A simple dynamic array library for C

    Language:C1
  • dynamic-array

    Dynamic array in C

    Language:C1