Asrasal47/42-Philosophers
A program that solves the classic philosopher problem using threads and mutexes. The bonus is done using forks and semaphores instead.
C
A program that solves the classic philosopher problem using threads and mutexes. The bonus is done using forks and semaphores instead.
C