-
Notifications
You must be signed in to change notification settings - Fork 0
This project is focused on simulating the dining philosophers problem. It involves creating a multithreaded application where philosophers alternate between thinking, eating and sleeping, with synchronization mechanisms to manage resource sharing and avoid deadlocks.
samunyan/philosophers
About
This project is focused on simulating the dining philosophers problem. It involves creating a multithreaded application where philosophers alternate between thinking, eating and sleeping, with synchronization mechanisms to manage resource sharing and avoid deadlocks.