Tester for the Philosophers project of school 42.
-
Updated
Jun 6, 2023 - Python
Tester for the Philosophers project of school 42.
42 School Philosophers project: The Dining Philosophers Problem, written in C.
Zeno (of Citium) visualizes the progress of the philosophers' simulation.
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.
philosophers with threads and mutex.
My solution to dining philosophers problem using threads, mutexes, processes and semaphores.
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.
🧠 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.
🗿 🍝 A slightly modified problem about dining philosophers
Repository for 42 project called "philosophers".
I never thought philosophy would be so deadly
Projet Philosopher ecole 42
Philosophers (42 Cursus) aims to teach concurrent programming by coding a solution to the dining philosophers problem.
🍜 A multithreading project simulating the dining philosophers problem.
Tester for the Dining philosophers of 42Cursus
Add a description, image, and links to the 42philosophers topic page so that developers can more easily learn about it.
To associate your repository with the 42philosophers topic, visit your repo's landing page and select "manage topics."