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.
I never thought philosophy would be so deadly
Projet Philosopher ecole 42
Tester for the Dining philosophers of 42Cursus
🗿 🍝 A slightly modified problem about dining philosophers
Repository for 42 project called "philosophers".
Philosophers (42 Cursus) aims to teach concurrent programming by coding a solution to the dining philosophers problem.
This project aims to simulate the classic synchronization challenge of the dining philosophers. It is about concurrent programming with threads and mutexes and processes.
Multi-threading with dinning philosophers problem
A multithreaded simulation of the Dining Philosophers problem featuring mutexes.
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."