Topic: "dynamic-memory-allocation"
zslwyuan/Hi-DMM
Hi-DMM: High-Performance Dynamic Memory Management in HLS (High-Level Synthesis)
Language: VHDL - Size: 395 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 25 - Forks: 9

rarissimaavis/Programmazione-1
programmini bruttini
Language: C - Size: 2.07 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 0

TwoUnderscorez/DuckOS
Such OS; Very Duck!
Language: C - Size: 4.79 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 1

Artifact-Works/LibC-STL
A C++ STL implementation in C.
Language: C - Size: 51.8 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 11 - Forks: 1

Google-Developers-Sohag/Embedded-Engineering-Portals
A repository for embedded systems learning portals
Language: Markdown - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 1

SABERGLOW/Feedback_Management_System 📦
🧾 An object oriented C++ Program which stores and maintains course feedback provided by students.
Language: C++ - Size: 2.29 MB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 2

ngiambla/libmem
Language: C - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

soumyasen1809/OpenMP_C_12_steps_to_Navier_Stokes
Parallelization attempt to the “12 steps to Navier–Stokes” lessons using OpenMP/C
Language: C - Size: 897 KB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 3

SABERGLOW/Vector_Class
Home made vector class in C++.
Language: C++ - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 9 - Forks: 0

SABERGLOW/String_Class
Home made string class in C++.
Language: C++ - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 8 - Forks: 0

ahmeducf/computer-systems-CS-APP3e
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
Language: C - Size: 8.28 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 7 - Forks: 2

ragibasif/xdbg
Memory debugger library for C projects.
Language: C - Size: 182 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 6 - Forks: 0

luni64/static_malloc
Arduino wrapper around Andrey Rys static memory allocator library smalloc
Language: C - Size: 548 KB - Last synced at: 5 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 3

leomccormack/md_malloc
A header file in C for allocating contiguous multi-dimensional arrays
Language: C - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

Remsko/malloc
malloc v42 biturbo, 24 soupapes de sécurité et turbo pascal 7ti
Language: C - Size: 262 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

jdoe95/mrtos-portable-c28
mRTOS port for Texas Instruments C28x core
Language: C - Size: 20.5 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 1

Lavin-tom/c_programming
This Github repository is a collection of C coding examples and projects with brief explanation comments. It is designed to help C programmers of all levels learn and practice their skills on a variety of topics.
Language: C - Size: 1.34 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

ldo/a_structured_discipline_of_programming
A Structured Discipline Of Programming
Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

FelipeDasr/trabalho-PROG-II-P04-2022-2
Trabalho proposto na disciplina de programação II, curso de sistemas de informação
Language: C++ - Size: 1.04 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

3mrotaha/Student-Record-Using-C
A team project for Level 1 in Embedded Systems Circle at CATReloaded Team
Language: C - Size: 218 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

Jevania/PEMPROS-Programming-Task
Weekly Programming tasks, Programming Quiz tasks, and Programming Exam tasks.
Language: C - Size: 2.53 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

jdoe95/mrtos
Small footprint Real Time Operating System
Language: C - Size: 85 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 3

agaelema/Embedded_Alloc
Embedded and simple version of the "malloc/free" functions
Language: C - Size: 749 KB - Last synced at: 12 months ago - Pushed at: over 9 years ago - Stars: 3 - Forks: 1

MalikShujaatAli/CppEssentials
Master essential C++ concepts effortlessly with CppEssentials. Clear programs, organized categories—your pathway to proficiency.
Language: C++ - Size: 354 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 2 - Forks: 0

alecksandr26/mem-c
mem-c is a simple memory allocator using a heap data structure with the mmap Linux syscall for dynamic memory management. It has a worst-case search time of O(n * log n) and averages O(log n). The allocator supports memory pagination, chunk merging, and plans for advanced features like garbage collection and arenas.
Language: C - Size: 669 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

IrfanGhuori/Dynamically-Selector
Dynamically select country, state and city.
Language: JavaScript - Size: 16.2 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 2

madhurimarawat/Data-structure-using-C
This repository contains programs in the C programming language related to Data Structures.
Language: C - Size: 163 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

Official-Triranjan26/practice_DSA
Language: C++ - Size: 2.63 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Benonking/printf
This repository is a basic implimentation of a printf function. The concepts used include dynamic memory allocation, pointers, variadic functions
Language: C - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

navjotsinghprince/Data-Structures
I created this repo for students and beginners who are new in programming, you can contribute new programs here. I practiced these codes during my class hours and home...
Language: C - Size: 2.38 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Shiru99/Operating-System-Lab-Course
Operating System Lab Course (CS 314), IIT Dharwad
Language: C - Size: 10 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

pvn-a/FineTech2k20
Programming assignments for the course Fine Techniques using C, SEM-4
Language: C - Size: 27.3 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

nikhiljoshi858/First-Fit
A Python Project to demonstrate the First Fit Dynamic Memory Allocation Algorithm using Tkinter
Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

alexgrusu/xstruct
This is a demo project that presents how referencing of structure fields by index could be accomplished in C language.
Language: C - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

jdoe95/mrtos-portable-cortexm0plus
mRTOS port for ARM Cortex M0/M0+
Language: C - Size: 8.79 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

christarazi/galloc
An implementation of `malloc(3)` in the Go programming language
Language: Go - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

shashankarya9999/C-Programs
This repository is dedicated to showcasing my journey through the world of C Programming. It serves as a collection of projects, exercises, assignments, and resources related to C.
Language: C - Size: 25 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 0

LucasPMartins/E-Commerce-in-C Fork of brenimcode/AED1
Powerful Machine is an e-commerce system, programmed in the C language for a course completion project (Algorithm and Data Structure 1).
Language: C - Size: 4.06 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

TheBlueDestroyer19/bigint-implementation
The implementation of 1024 bit number to support operations of addition, subtraction and multiplication in C language.
Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Shawon00s/CSE225-Lab-Data_Structure_And_Algorithm-NSU-IqN
This repository contains lab materials and implementations for CSE225: Data Structures and Algorithms at NSU. It covers fundamental concepts in data structures and algorithmic problem-solving, including arrays, linked lists, stacks, queues, recursion, trees, and more, with a focus on C++ programming.
Language: C++ - Size: 16.6 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Dhruvbam/Programming-Principles
This repository contains 10 labs from the Programming Principles (CS 1412) course, each covering core C programming concepts. Labs focus on arithmetic operations, string manipulation, file handling, dynamic memory allocation, and data structures like arrays, structs, and linked lists, building essential skills through hands-on practice.
Language: C - Size: 179 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

sanjanatg/polynomial-addition-using-linked-list
Adding 'n' polynomials with the data structure ,singly linked list.
Language: C - Size: 10.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mikhailuwu/safeheap
Safeheap is a library providing memory security implementations allowing users to protect sensitive memory during storing and handling.
Language: C - Size: 2.55 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

fardinabbasi/UT-Messenger
Designing a messenger with C and utilizing dynamic memory allocation, linked lists, data structures, functions, etc.
Language: C - Size: 10.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

danieldotwav/Sorted-List-Merger
This project presents a C++ implementation for efficiently merging two sorted linked lists into a single sorted list. It focuses on utilizing existing nodes from the original lists and maintaining their order in the merged output.
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Kth-Smallest-Element-in-a-BST
A short algorithm written in C++ that identifies the kth smallest element in a Binary Search Tree (BST) through inorder traversal and vector manipulation.
Language: C++ - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jvrieger/223Systems
BMC CMSC223 Systems Programming Assignments and Labs with Deepak Kumar
Language: C - Size: 292 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

danieldotwav/Euclids-Algorithm-GCF-Calculator
This console application empowers users to find the GCF of any two integers while also discovering their common factors. It serves as an educational tool for understanding GCF calculations and factors.
Language: C++ - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

nikhildagarwal/code_base
Data structures for Java, C, C++ written without using prebuilt libraries (custom implementations of list, stack, map, set, etc.)
Language: Java - Size: 200 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

Lilemanalu/procedural-programming-tasks
This repository provides a collection of weekly programming tasks that utilize the principles of procedural programming in the C language.
Language: C - Size: 1.28 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

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.
Language: C++ - Size: 51.8 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

brunopinto22/Ultimate-Tic-Tac-Toe
A game made with C focused on dynamic memory
Language: C - Size: 2.73 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

saparmuratx/VecInt
Simple std::vector<int> implementation in C++
Language: C++ - Size: 3.91 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

Dashminder-Singh/C-programs
Language: C++ - Size: 355 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Davipb/lakesis
💻 A bytecode VM with its own assembler, dynamic memory allocation, and garbage collection
Language: Rust - Size: 164 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

shashankvhegde/Dynamic-Memory-Allocation-Simulator
A console application to simulate dynamic memory allocation (malloc in C) from heap.
Language: C - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

sanyathisside/Abstract
Functions, concepts, and STL related to C++, Algorithms, Object-Oriented Programming, Memory allocation, etc.
Language: C++ - Size: 950 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

kvuong2711/memory-allocator
A dynamic memory allocator for C, i.e., my own version of the malloc, free and realloc routines
Language: C - Size: 415 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

mirzarad/Synchronization-Free-Dynamic-Memory-Allocator
🐏 A dynamic memory allocator for an x86-64 architecture to replace the built-in malloc, free, and realloc functions provided by glibc. Features include using segregated free lists to implement a first-best fit block placement policy and an immediate coalescing policy for reducing external fragmentation.
Language: C - Size: 40 KB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

Mishors/Dynamic-Memory-Allocator
Dynamic memory allocator project to implement malloc and free functions in C to perform like the built-int functions in malloc Package of C. Hint: The base code for this project is taken from Computer Systems_ A Programmer's Perspective by Randal E. Bryant, David R. O'Hallaron
Language: C - Size: 202 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 2

nabilac27/42-libft
First 42 School Project: Creating my own library in C
Language: C - Size: 1.65 MB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

nabilac27/42-ft_printf
an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.
Language: C - Size: 1.49 MB - Last synced at: 27 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

maxboro/guesser-game-c
Number guessing game written in C
Language: C - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

PanagiotisKotsorgios/cdsx.h
The Official C DataTypes Extended Library ==== CROSS PLATFORM LIBRARY ====
Language: C - Size: 1.12 MB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

eduardomzj/exercicios_de_revisao_c
resolução de exercícios, sugeridos pela inteligência artificial, para revisão dos conceitos básicos da linguagem.
Language: C - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ejarvinen/42CPP_Modules
Collection of 10 modules of C++ basics
Language: C++ - Size: 206 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

awinabaab/alx-low_level_programming
C programs to demonstrate my understanding of the fundamental principles of programming
Language: C - Size: 296 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

TheBlueDestroyer19/to-do-list
A simple to-do list implemented using linked lists. It allows users to add, remove and update the items in the list. Prioritization done on the basis of due date and due time entered by the user. After work is done the remaining tasks are stored in a text file names "remaining_tasks.txt".
Language: C++ - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Mad-Host/C-Programming
These assignments cover a wide range of C programming concepts. Written and tested in a Windows environment, with compatibility considerations highlighted. Ideal for beginners and learners aiming to strengthen their C programming skills.
Language: C - Size: 396 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

tsembp/UCY-2nd-Year-Projects
A collection of coding assignments from my second (current) year of university as a Computer Science student.
Language: CSS - Size: 854 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

mgkshavinda/DynamicMemoryAllocation-WorstFit
Java-based implementation of the Worst Fit memory allocation algorithm
Language: Java - Size: 1.95 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

tsembp/EPL232-HW3
Automated Latin Square Game - Panagiotis Tsembekis & Rafael Tsekouronas
Language: CSS - Size: 1.17 MB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Ayat-Gamal/Cpp_OOP_Labs
A collection of C++ and OOP labs and assignments, covering some fundamental and advanced programming concepts.
Language: C++ - Size: 5.81 MB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

JoakimTeixeira/data-structure-exercises
Common data structures written in C.
Language: C - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

vaibhavtrivedi2002/Getting-Familiar-With-C
This repository contains my journey of learning C programming from the ground up. It includes a collection of C programs, ranging from basic to advanced concepts, with detailed comments and explanations. Perfect for beginners and those looking to deepen their understanding of C.
Language: C - Size: 58.6 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

dimuthuh28/mallocnew
Simple C program for simulate Dynamic memory allocation (Malloc and free).
Language: C - Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

paschalugwu/alx-low_level_programming
ALX Low Level Programming in C curriculum covering fundamentals, data structures like linked lists and hash tables, and advanced topics such as dynamic memory allocation and file operations.
Language: C - Size: 516 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

areeba0/Emergency-Travel-Plan-using-Adjacency-Lists-and-BFS-DFS-Algorithms
This C++ project implements an Emergency Travel Planning System using graph theory's adjacency lists, employing BFS and DFS for efficient city navigation. It optimizes routes based on user preferences for minimizing travel time or cost, with dynamic memory management for city and route data.
Language: C++ - Size: 8.79 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Edwyrion/llmalloc
Custom implementation of malloc in C
Language: Assembly - Size: 12.7 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

helenailic/Naive-Database-Machine-Project
SQL or not- I am a fan of keeping my information organized. In this project, I implemented a working simple database consisting of tables using C++
Language: C++ - Size: 1.47 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.
Language: C++ - Size: 18.6 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

melboukr/Student-Database-Management-System-in-C-Language
C language console-based "Student Database Management System" project utilizing structures and pointers for efficient data management - add, display, search, update, and delete student records. Implements file saving for future use. Demonstrates fundamental C programming skills.
Language: C - Size: 21.5 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 1.95 KB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

braeden512/Gradebook
Reading in from data files to create a student gradebook using linked lists.
Language: C++ - Size: 5.86 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

B3TA-BLOCKER/The-N-Queen-Problem
This repository contains a C++ solution to the classic N-Queens problem using recursion and backtracking.
Language: C++ - Size: 18.6 KB - Last synced at: 18 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mstanimirovic/cvec
Vectors in c
Language: C - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

zaina826/Tree-structures---Puzzle
RBT/ Binary Search Trees Sector Mapping
Language: C++ - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rsiefe/Loki-TVA-proj
Utilizes linked lists to simulate a timeline and various nexus events using their respective Timeline and createNexusEvent functions. The same branches are then pruned using deallocation and redirecting the nodes in the linked list. The various stages are illustrated.
Language: C++ - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

lvntky/memory_allocator
Artifacts of dynamic memory allocation such as malloc and free from scratch implementation.
Language: C - Size: 14.6 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

alecksandr26/stl-c
stl-c is a C library that provides generic static data structures based on container components, offering efficient memory usage and array-like functionality
Language: C - Size: 193 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rsiefe/sweepminer-project
This sweep-miner program builds a 2D grid where bombs are placed randomly. Each square holds a number representing its distance from the nearest bomb. Squares with bombs should be marked accordingly
Language: C++ - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DilZhaan/MyFirstCGame-TikTakToe
This is a simple console-based game that runs on the command prompt. The game is played by two players who take turns to mark X or O on a grid (grid size can change to players). The player who gets same marks in a row, column, or diagonal wins the game. This game was created as a learning project for a programming assignment.
Language: C - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PedroMarques25/LP_AED2324
Projeto final de Algoritmo e Estrutura de Dados e Linguagens de Programação 1
Language: C - Size: 312 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

Haruno19/c-halloc
custom heap in C
Language: C - Size: 16.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

42-Ikole-Systems/kmalloc
🧠 An awesome malloc implementation!
Language: C - Size: 71.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

FabioQzz/C-Programs
Collection of C programs carried out by me during my bachelor and master degree in Computer Engineering
Language: C - Size: 33.2 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MarcosRuppel/trabProgImperativa02
Trabalho 2 da disciplina de Programação Imperativa - BCC / PUCPR 2023
Language: C - Size: 77.1 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

asierzd/Programming-Fundamentals-in-C-Practices
Some practices I worked on when I started learning programming. Agenda manager implemented with linked lists using dynamic memory allocation.
Language: C - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0
