Pinned Repositories
containerization
cub3d
philosophers
Implemented the dining philosophers problem in C, focusing on synchronization and concurrency using threads and mutexes. This project enhanced my understanding of deadlock prevention, resource management, and multithreading concepts
push-swap
in this project i implemented an optimized sorting algorithm as part of the Push_swap project
smalloc
this repo explores the inner workings of memory allocation by implementing a small version of the malloc function in C. in this project i'm aiming to get a deep understanding of how the operating system manages memory and the concepts behind dynamic memory allocation.
yuxev's Repositories
yuxev/cub3d
yuxev/philosophers
Implemented the dining philosophers problem in C, focusing on synchronization and concurrency using threads and mutexes. This project enhanced my understanding of deadlock prevention, resource management, and multithreading concepts
yuxev/push-swap
in this project i implemented an optimized sorting algorithm as part of the Push_swap project
yuxev/containerization
yuxev/smalloc
this repo explores the inner workings of memory allocation by implementing a small version of the malloc function in C. in this project i'm aiming to get a deep understanding of how the operating system manages memory and the concepts behind dynamic memory allocation.