Projects in Awesome Lists tagged with dynamic-memory-allocation
A curated list of projects in awesome lists tagged with dynamic-memory-allocation .
https://github.com/Artifact-Works/LibC-STL
A C++ STL implementation in C.
c cpp cpp17 dynamic-memory-allocation library stl-algorithms stl-containers
Last synced: 06 May 2025
https://github.com/google-developers-sohag/embedded-engineering-portals
A repository for embedded systems learning portals
adafruit arduino avr-programming c-programming-language dynamic-memory-allocation dynamic-memory-management electronics embedded-engineering embedded-linux embedded-systems engineering-books gcc gnu-linux gpio i2c microelectronics pi4j pwm rs232 spi
Last synced: 10 Apr 2025
https://github.com/saberglow/vector_class
Home made vector class in C++.
cpp dynamic-memory-allocation operator-overloading vector
Last synced: 30 Apr 2025
https://github.com/soumyasen1809/openmp_c_12_steps_to_navier_stokes
Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C
burgers-equation c cfd computational-fluid-dynamics computational-fluid-simulation convection-diffusion dynamic-memory-allocation navier-stokes-equations openmp parallel-computing
Last synced: 23 Apr 2025
https://github.com/saberglow/string_class
Home made string class in C++.
cpp dynamic-memory-allocation operator-overloading string-manipulation
Last synced: 30 Apr 2025
https://github.com/luni64/static_malloc
Arduino wrapper around Andrey Rys static memory allocator library smalloc
arduino dynamic-memory-allocation external-ram malloc teensy-4
Last synced: 11 Apr 2025
https://github.com/irfanghuori/dynamically-selector
Dynamically select country, state and city.
api country-city-selector country-selector dynamic-city-selector dynamic-country-selector dynamic-memory-allocation
Last synced: 22 Nov 2024
https://github.com/shiru99/operating-system-lab-course
Operating System Lab Course (CS 314), IIT Dharwad
c dynamic-memory-allocation file-system filesystem linux multi-thread semaphore shell synchronisation
Last synced: 25 Feb 2025
https://github.com/madhurimarawat/data-structure-using-c
This repository contains programs in the C programming language related to Data Structures.
add-digit basic-programming c data-structures deletion-in-array dynamic-memory-allocation insertion library-functions linked-list linked-list-in-c menu-driven-program priority-queue queue searching-algorithms sorting-algorithms sorting-algorithms-implemented stack static string-functions user-defined-functions
Last synced: 04 Mar 2025
https://github.com/christarazi/galloc
An implementation of `malloc(3)` in the Go programming language
brk dynamic-memory-allocation go golang heap linux malloc memory-management unix
Last synced: 08 May 2025
https://github.com/imsatyasaiteja/cpu-scheduling
C++ program that can create an array of processes and perform CPU scheduling by implementing the First-Come-First-Serve, Round-Robin, and Completely-Fair-Scheduler algorithms.
completely-fair-scheduler cpu-scheduling-algorithms dynamic-memory-allocation first-come-first-serve min-heap nice red-black-tree round-robin-scheduler standard-template-library static-priority-scheduling time-slicing turn-around-time
Last synced: 25 Feb 2025
https://github.com/ragibasif/xdbg
Memory debugger library for C projects.
c c-language c-library c-program c-programming c-programming-language c-project calloc compile-time debugger debugging debugging-tool debugging-tools dynamic-memory-allocation free header-only lightweight malloc memory-management realloc
Last synced: 04 Apr 2025
https://github.com/panagiotiskotsorgios/cdsx.h
The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====
algorithms algorithms-and-data-structures c custom-datatypes custom-library data-structures data-types dynamic-memory-allocation examples free-to-use functional-programming header-files include library low-level low-level-programming memory-management open-source pointers team-repo
Last synced: 15 May 2025
https://github.com/vatsalj17/dynamic-matrix-operations-using-c
Explore matrix operations in C with this project that includes functionality for dynamic memory allocation, ensuring efficient handling of matrices. Operations implemented: addition, subtraction, multiplication, and transposition.
2d-arrays beginner-friendly c dynamic-memory-allocation pointers-and-arrays
Last synced: 23 Mar 2025
https://github.com/madalinioana/char-stack
Integration of CharStack class in C++
dynamic-memory-allocation object-oriented-programming stack
Last synced: 15 Mar 2025
https://github.com/joakimteixeira/data-structure-exercises
Common data structures written in C.
c data-structures dynamic-memory-allocation pointers
Last synced: 09 Mar 2025
https://github.com/syimleang/library_application
A library application for handling and managing books data using C++
cpp dynamic-memory-allocation oriented-object-programming polymorphism
Last synced: 25 Feb 2025
https://github.com/b3ta-blocker/the-n-queen-problem
This repository contains a C++ solution to the classic N-Queens problem using recursion and backtracking.
array-manipulations backtracking dynamic-memory-allocation input-output loops pointer recursion
Last synced: 19 Feb 2025
https://github.com/m1ad3n/cvec
Vectors in c
arrays c cmake console dynamic-memory-allocation library make vector vectors
Last synced: 22 Feb 2025
https://github.com/b3ta-blocker/escaping-the-maze
This repository contains a C++ implementation of a maze solver using backtracking. The program takes a square matrix as input, where `0` represents closed blocks and `1` represents open blocks. The objective is to find a path from the top-left corner to the bottom-right corner of the maze, moving only through the open blocks.
backtracking conditional-statements dynamic-memory-allocation error-handling input-output loops memory-management recursive
Last synced: 11 Jun 2025
https://github.com/pandyjim/inventory_management
DSA Project: This C program manages inventory using linked lists and structures, enabling users to add, search, update, and display part details. Linked lists facilitate dynamic memory allocation and efficient data manipulation.
c-programming-language control-flow dynamic-memory-allocation error-handling linked-list structures
Last synced: 13 Mar 2025
https://github.com/lvntky/memory_allocator
Artifacts of dynamic memory allocation such as malloc and free from scratch implementation.
c11 dynamic-memory-allocation malloc malloc-free memory memory-management memoryall
Last synced: 03 Apr 2025
https://github.com/magnetrwn/mins
Mins is a C demonstrative project using no major external libraries that finds minimum distances in a graph connected by paths of non-negative distance using Dijkstra's algorithm.
dijkstra dynamic-memory-allocation linked-list pair sample-code
Last synced: 27 Feb 2025
https://github.com/winterwind/csc322_project
The big project I had to do for my System Programming (C and Unix) class, which synthesized various fundamental topics such as structured data, pointers, and dynamic memory allocation.
c csv csv-reading csv-writing dynamic-memory-allocation enum memory memory-allocation memory-management pointers structured-data terminal-based union
Last synced: 01 Mar 2025
https://github.com/ejarvinen/42cpp_modules
Collection of 10 modules of C++ basics
abstract-classes casting-to-types dynamic-memory-allocation inheritance iterator polymorphism stl-algorithms stl-containers templates
Last synced: 24 Feb 2025
https://github.com/sarojshakya01/rpg-game
Fighter RPG Game in C++
abstractions delete dynamic-memory-allocation inheritance new polymorphism
Last synced: 02 Apr 2025
https://github.com/madhukarsaibabu/gym_management
This C++ project is a file-based Gym Management System that allows users to create, display, search, append, and delete student gym records. It uses structures and file handling to manage member data including name, roll number, DOB, and time slot.
cpp crud-operation dynamic-memory-allocation object-oriented-programming structures
Last synced: 15 Jun 2025
https://github.com/nabilac27/42-ft_printf
an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
dynamic-memory-allocation error-handling memory-management string-formatting string-manipulation variadic-function
Last synced: 11 May 2025
https://github.com/nabilac27/42-libft
First 42 School Project: Creating my own library in C
dynamic-memory-allocation error-handling linked-list memory-management string-manipulation
Last synced: 11 May 2025
https://github.com/tsembp/epl232-hw3
Automated Latin Square Game - Panagiotis Tsembekis & Rafael Tsekouronas
backtracking-algorithm c dynamic-memory-allocation latinsquare memory-management
Last synced: 22 Feb 2025
https://github.com/tsembp/ucy-2nd-year-projects
A collection of coding assignments from my second (current) year of university as a Computer Science student.
c dynamic-memory-allocation memory-management
Last synced: 22 Feb 2025
https://github.com/leroks/image-processing-cpp
Image processing operations like Convolution, Edge Detection, Image Sharpening and some others made with C++
dynamic-memory-allocation image-processing
Last synced: 20 Mar 2025
https://github.com/yusufsefasezer/c-contact-list
A simple contact list application developed with C.
c contact-list dynamic-array dynamic-memory-allocation
Last synced: 03 Mar 2025
https://github.com/syedt1/cpp
Understanding C++
algorithms binary binary-search-tree data-structures dynamic-memory-allocation linked-lists pointers queue recursion stack stl structs
Last synced: 05 Mar 2025
https://github.com/bilalmohib/stacks-in-c-using-arrays-dsa-lab-4
arrays c-plus-plus dynamic-memory-allocation functions stack
Last synced: 13 Mar 2025
https://github.com/mstanimirovic/cvec
Vectors in c
arrays c cmake console dynamic-memory-allocation library make vector vectors
Last synced: 14 Apr 2025
https://github.com/nabilac27/ft_printf
ft_printf is an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
dynamic-memory-allocation error-handling memory-management string-formatting string-manipulation variadic-function
Last synced: 22 Mar 2025