/dining-philosopher-problem

Dining Philosopher Problem Using Semaphores

Primary LanguageCMIT LicenseMIT

Dining Philosopher Problem Using Semaphores

Linux:

To compile the code:

gcc -pthread code.c

To run the code:

./a.out