dynamicmemory
There are 12 repositories under dynamicmemory topic.
RAGUL1902/Dynamic-Memory-Allocation-in-C
Reimplementing malloc(), calloc(), realloc(), free() in c from scratch using system calls
RakshitKumar04/Data_Structures_Algorithms_using_C
Implementing the basics of Data Structures & Algorithms using C language.
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.
tiirth22/C-Programs-by-TIRTH-
C++ -Programs-by-TIRTH This repository, curated by TIRTH, is a collection of C++ programs covering a wide range of topics. Whether you're new to programming or a seasoned developer, you'll find programs here to enhance your skills and understanding of C++. Dive into the folders, explore the programs, and enjoy coding in C++! 🖥️🚀
yvann-ba/Get_Next_Line
Custom C function to read lines from a file descriptor. Efficient memory and file handling
gautamop01/CS211-Computer-Architecture
Learned as a part of Computer architecture Course
Jitender-Kumar-Yadav/Dynamic-Memory-Allocation-COL106-A123
A program for dynamic allocation of memory. The memory may be allocated, freed and defragmented by merging discrete blocks together to take up less space. Linked Lists, Binary Search Trees and AVL Trees have been used to mimic memory.
Sanjana96-san/LSB-Stegnography
Steganography is the art of hiding the fact that communication is taking place, by hiding information in other information. Many different carrier file formats can be used, but digital images are the most popular because of their frequency on the internet
sharmaishan2511/DSA-in-cpp
A repository containing all the basic c++ implementations and oops concepts along with basic data structures and algorithms made from scratch.
sharmaishan2511/Some-basics-of-c
A repository containing the basic algorithms in c language.
TajHussain7/Programming_Fundamental
Explore advanced C++ programming fundamentals, including functions, arrays, memory management, and pointers, with practical examples and exercises. Dive deep into key concepts to enhance your coding skills and understanding.
nithinbharathi/expense-tracker
An interactive console app that helps us keep track of personal budgets and expenses.