An open API service indexing awesome lists of open source software.

https://github.com/arkanto99/dining-philosophers

C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
https://github.com/arkanto99/dining-philosophers

message-passing operative-systems philosophers-dinner-problem semaphore

Last synced: 3 months ago
JSON representation

C implementation of the dining philosophers problem using semaphores, mutexes and message passing.

Awesome Lists containing this project

README

          

# The dining philosophers problem