/philosophers

C program to handle the dining philosopher's problem is the classical problem of synchronization which says that Five philosophers are sitting around a circular table and their job is to think and eat alternatively.

Primary LanguageC

No issues in this repository yet.