Noureddine Ettalhaouy
This project involves modeling the Philosophers’ Dinner problem. Firstly by representing each philosopher by a thread and each fork by a mutex, and secondly by representing each philosopher by a fork (child process) and the forks by semaphores.