dynamic-array

There are 142 repositories under dynamic-array topic.

  • DanielGibson/Snippets

    (Hopefully) useful code snippets and header-only libs

    Language:C++1989215
  • camel-cdr/cauldron

    A collection of single-file C libraries. (generic containers, random number generation, argument parsing and other functionalities)

    Language:C128428
  • jibsen/scv

    ANSI C implementation of dynamic array, with interface similar to C++ std::vector

    Language:C39415
  • luisllamasbinaburo/Arduino-List

    Librería de Arduino que implementa un array dinámico

    Language:C++23308
  • micro-gl/micro-containers

    Headers Only C++11 Containers library. No standard library is required.

    Language:C++19402
  • rswinkle/CVector

    A C vector library similar to the C++ STL vector

    Language:C18302
  • Colin-b/pyxelrest

    Query REST APIs using Microsoft Excel User Defined Functions, VBA or Python functions

    Language:Python155712
  • libft

    elijahkash/libft

    'School 42' project. C library with my own implementation of some useful functions and modules.

    Language:C15240
  • NickHackman/C_Vector

    A header only library written in C that resembles C++ std::vector more commonly known as a dynamic array

    Language:C15112
  • Enes1313/DataStructures

    Generic data structures with C. There are implementation of Circular buffer, Linked List, Dynamic Array, Stack, Queue.

    Language:C12101
  • 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:C11100
  • dssgabriel/vec

    A fast, generic, contiguous growable array type written in pure C.

    Language:C10100
  • Amirparsa-Sal/Data-Structure-Algorithms

    My personal experiences in practicing data structures and algorithms.

    Language:Java8101
  • bamless/extlib

    c extended library

    Language:C8300
  • Hysperr/data-structure-code-reference

    (OLD) Data structures & abstract data types in C++

    Language:C++6104
  • lvntky/ccontainer

    Comprehensive STB style header-only library of data structures implemented in C

    Language:C6110
  • israel-lugo/tsarray

    Generic type-safe dynamic array library for C

    Language:C53121
  • 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:Java5101
  • bamless/cvector

    A C99 implementation of a growable array that mimics C++ std::vector

    Language:C4400
  • vslapik/ugeneric

    Pile of utilities around ugeneric_t type.

    Language:C4101
  • kshitij-murabatte/data-structures

    C++ implementation of various data structures.

    Language:C++3103
  • mobius3/naughty-buffers

    C library providing a buffer that can automatically grow

    Language:C320
  • rahogaboom/daa

    Dynamic Array Allocator C/C++ - a C++ header file only library

    Language:C++3100
  • RaulCotar/rayalloc

    What if your memory allocator was also your dynamic array library?

    Language:C3110
  • robbypambudi/Struktur-Data

    Kumpulan tugas dan latihan mata kuliah Struktur Data - Institut Teknologi Sepuluh Nopember

    Language:C3102
  • WohlSoft/PtrList

    A vector-like container class which stores elements as array of pointers to each element

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

  • EimaMei/c-vector

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

    Language:C2100
  • LEVNI-Alii/vextor

    dynamic array in c++

    Language:C++2
  • Mkhubaiib/Data-Structures

    Basic Data Structures

    Language:C++2101
  • Noscka/NosLib

    A library containing different functions, classes and etc, so I don't have to rewrite code

    Language:C++21160
  • 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:Java2100
  • skullchap/buf

    ANSI C89 dynamic buffer lib + code generator macros to help build custom vectors/dynamic array like wrappers and etc.

    Language:C2100
  • 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++2100
  • werbenhu/cstl

    Common Datastructure Library for C language.

    Language:C2100
  • Zncl2222/c_array_tools

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

    Language:C2260