dynamic-arrays

There are 68 repositories under dynamic-arrays topic.

  • phorward/libphorward

    C/C++ library for dynamic data structures, regular expressions, lexical analysis & more...

    Language:C255168
  • zvector

    pzaino/zvector

    An ANSI C Vector library (Dynamic Array) that is fully configurable, fast, thread safe, reentrant, can store dynamic data structures as well as base datatypes and can be used to create dynamic stacks, dynamic queues and more.

    Language:C19214
  • AlokikPathak/data-structures

    Implementation of Data Structures in C

    Language:C14213
  • zakarouf/z_

    An Easy-to-use Framework for the C Language.

    Language:C9100
  • kala13x/xjson

    Simple, fast, and fully functional JSON library based on the recursive parser and lexical analyzer

    Language:C8201
  • muhibarshad/Salik-Bank-Limited

    Bankist application in C++ by using dynamic arrays and classes concepts :Its main features are login system, user authentication ,create a new account , requesting loan , transfer money, sort your movements , currency converter , delete your account and log out system .

    Language:C8100
  • alexiszamanidis/vector

    Generic Vector/Dynamic Array implementation using Macros in C.

    Language:C6101
  • detectivekaktus/gear

    Dynamic arrays, hashmap, string utilities and more

    Language:C5
  • JohnPapad/Mini-Search-Engine

    A Mini Search Engine in C++, using an inverted index and a trie.

    Language:C++5110
  • muhibarshad/Zero-to-Advance-OOP-Concepts-CPP

    Step by step explain concepts deeply ,proper examples with tested portions, short notes in the form of slides , external material links and much more.

    Language:C++3110
  • muhibarshad/Typing-Speed-Tester-In-CPP

    Topics Covering :" Dynamic Character Arrays ". Functionalities: Show total words and letters you write , , total time you consume , speed per minute ,an additional backSpace run-time deletion functionality

    Language:C++210
  • Rennsen/TP1_ALSDD_R-T

    Practical Work N°1: Linked List | This project is a collaborative effort between Rayan Derradji and Tarek Ait Ahmed for the Practical Work N°1 on Linked List

    Language:C2100
  • RISC-OS-Community/ZVector

    A port of ZVector library to RISC OS (this is NOT the official ZVector for all platforms repository!)

    Language:C2101
  • cMardc/Dynamic_Arrayduino

    A dynamic array library for arduino

    Language:C++110
  • cnstll/ft_containers

    An Implementation of containers from the C++ STL

    Language:C++1100
  • DaniilVdovin/Material-Pointer-Cpp

    Methodical material. Parsing the topic of c++ pointers. Writing assignments and tests for students

    Language:C++1121
  • DilZhaan/DSA

    This repository contains my implementations and practice exercises related to Data Structures and Algorithms. I have been learning from the Hex Coder Youtube Channel, and I've uploaded my code here for reference and sharing with the community.

    Language:C++1100
  • eman06/automotive-analytics

    This C++ project focuses on automotive data analysis. It reads a CSV file containing detailed car information, stores it in a dynamic array, and applies operator overloading to analyze different car types. The implementation uses basic structures, avoiding STL containers, and showcases dynamic memory management.

    Language:C++1
  • federicoromeo/ed-with-multiples-Undo

    Implementation of a text editor with persistent bbst [Algorithms and Data Structures project]

    Language:C1100
  • i-am-djordan/CSC375-Twitter-Project

    Modify your HW1 in a way that your followers should be stored in an Array object (a dynamic array created by Array class).

    Language:C++10
  • Kalyan767Z/Method_Resize_and_addition

    HomeWork 8: A comprehensive program to resize arrays and add or remove elements at specific positions. Demonstrates modular design in C#.

    Language:C#1100
  • Kalyan767Z/Work_with_array

    HomeWork 6: A C# program that manipulates arrays by resizing, adding, or removing elements. Demonstrates dynamic array operations and input validation.

    Language:C#1100
  • KennedyTedesco/dynamic-array

    Dynamic array in C

    Language:C110
  • obenchkroune/c-dynamic-array

    A simple C dynamic array implementation

    Language:C1100
  • PlatziMaster/challenge-cs-01

    Implementation of Dynamic Arrays

  • ProfRandom/Excel-Lambda-Suite

    Reusable Excel LAMBDA function library for modeling, simulation, statistics, and advanced spreadsheet design.

  • R0mb0/Dynamic_array_classic_asp

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

    Language:Classic ASP1100
  • saparmuratx/VecInt

    Simple std::vector<int> implementation in C++

    Language:C++1100
  • Sohaib90/dynamic_array

    Implementation of a dynamic array in c

    Language:C1100
  • Paroryx/UE04

    Java programs for the fourth exercise unit (UE04) in "Software Development 1". Focus: working with one-dimensional and two-dimensional arrays.

    Language:Java00
  • Pulsar7/DynamicArrayLib

    Custom implementation of Dynamic-Arrays in C

    Language:C0100
  • Boitumelo-09/SMART-INVNTORY-SALES-MANAGEMENT-SYSTEM

    🏛A C++ Object-Oriented E-Commerce Management System with customers, products, and orders. Features include registration, product catalog, and order tracking with modular .h and .cpp structure.

    Language:C++
  • Ersalman4/Stack_Operations

    A menu driven stack implementation in C using Modular design and Makefile

    Language:C
  • Exauce-Malula/Generic_Data_Structures

    A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.

    Language:C++10
  • leandroblandi/lib-dynamic-arrays

    Este repositorio contiene una Librería programada bajo C que permite el manejo de arrays/matrices dinámicos/as.

    Language:C
  • TensorPhobia/DynamicArray

    Implementation of c== std vector in c , done live on twitch

    Language:C