dynamic-array

There are 152 repositories under dynamic-array topic.

  • DanielGibson/Snippets

    (Hopefully) useful code snippets and header-only libs

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

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

    Language:C137428
  • jibsen/scv

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

    Language:C41415
  • luisllamasbinaburo/Arduino-List

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

    Language:C++23308
  • rswinkle/CVector

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

    Language:C20302
  • micro-gl/micro-containers

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

    Language:C++19402
  • libft

    elijahkash/libft

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

    Language:C15240
  • Colin-b/pyxelrest

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

    Language:Python145712
  • NickHackman/C_Vector

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

    Language:C14112
  • 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
  • farukalpay/DynamicArray

    This library implements a std::vector like Dynamic Array data structure in C, allowing for the creation, modification, and manipulation of an array whose size can be dynamically adjusted during runtime.

    Language:C8200
  • 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
  • mobius3/naughty-buffers

    C library providing a buffer that can automatically grow

    Language:C420
  • 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:Java4100
  • vslapik/ugeneric

    Pile of utilities around ugeneric_t type.

    Language:C4101
  • kshitij-murabatte/data-structures

    C++ implementation of various data structures.

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

  • DerEasy/DynarrLO

    Dynamic Array implementation focused on low overhead in C.

    Language:C2100
  • edadma/dynamic_array.h

    Reference-counted dynamic arrays for C. Lock-free performance, cross-platform compatibility, single header library.

    Language:C2
  • EimaMei/c-vector

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

    Language:C2100
  • skullchap/buf

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

    Language:C2100
  • taharachedi/Custom_Dynamic_Array_Library-CPP

    A C++ template-based dynamic array implementation offering essential operations such as insertion, deletion, resizing, searching, and reversal.

    Language:C++2
  • werbenhu/cstl

    Common Datastructure Library for C language.

    Language:C2100
  • zeusdeux/c-libs

    stb style single header libs for basic utilities in C programs such string view, arena allocator, gap buffer, etc.

    Language:C220