/Philosophers

As part of this project, I learned about Thread and Mutex structures and solved the Dining Philosophers problem.

Primary LanguageC

Philosophers

This project is aimed at multi-threaded/multi-processed programming using mutexes and semaphores. We need to write a program that simulates the Famous Philosophers problem.

Evaluation