Closed SPandeyCodes closed 4 years ago
Create Dining Philosophers Problem with semaphores using C
Hi @suhasks123 . Please review.
@suhasks123, is the PR good to be merged?
@SPandeyCodes Add the screenshots of your working program and then it'll be merged. Add screenshots containing the following:
Resolves Issue #86
Description
The dining philosophers problem states that there are 5 philosophers sharing a circular table and they eat and think alternatively. There is a bowl of rice for each of the philosophers and 5 chopsticks. A philosopher needs both their right and left chopstick to eat. The same problem is solved here using semaphores using C language. The eating process can be limited (or infinite) based on the user.
Technical Specifications
Screenshots (if required)
How to run
Checklist