42philosophers
There are 24 repositories under 42philosophers topic.
pasqualerossi/Philosophers
Everyone has got to eat and sleep and think and potentially die! Welcome to the life of Philosophers!
kichkiro/philosophers_tester
Tester for the Philosophers project of school 42.
MGuardia10/42cursus_philosophers
philosophers with threads and mutex.
ailopez-o/42Barcelona-Philosophers
Finished 125 scored
AzerSD/Extended-Dining-Philosophers
Extends the classic Dining Philosophers problem to a larger group of philosophers. The problem requires finding a solution that allows all the philosophers to eat without deadlock or starvation, even as the number of philosophers increases.
karadnz/Philosophers
My solution to dining philosophers problem using threads, mutexes, processes and semaphores.
simon-zerisenay/42_Philosophers
42 Philosophers: Philosophers is a project that involves solving the dining philosophers problem using threads and synchronization. The goal is to implement a solution where multiple philosophers can share a limited number of resources (such as forks) without encountering deadlocks or starvation.
star-child-0/Hypatia-philosopher-tester
Tester for the Dining philosophers of 42Cursus
tesla33io/42_philosophers_visualizer
Zeno (of Citium) visualizes the progress of the philosophers' simulation.
amauricoder/42_Philosophers
Repository for 42 project called "philosophers".
bsanjok/philo
This program deals with solving renowned problem of Philosophers with Thread and Mutex
dpetrosy/42-Philosophers
42 School Philosophers project: The Dining Philosophers Problem, written in C.
ftTower/philosophers
Multi-threading with dinning philosophers problem
Fuse23/philosophers
🗿 🍝 A slightly modified problem about dining philosophers
julienhouyet/42-philosophers
🧠 Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
liz753/philosophers
This project aims to simulate the classic synchronization challenge of the dining philosophers. It is about concurrent programming with threads and mutexes and processes.
phoenixnoirdev/42-Philosopher
Projet Philosopher ecole 42
RealConrad/42philosophers
I never thought philosophy would be so deadly
richardmarcela/42-philosophers
This is a 42 project. Philosophers dinner problem in C.
suhana66/philosophers
Philosophers (42 Cursus) aims to teach concurrent programming by coding a solution to the dining philosophers problem.
Aldisti/philosophers
100/100