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

https://github.com/Mattdgn/42_Philosophers

Philosophers: Concurrency and synchronization by simulating the "Dining Philosophers Problem". It demonstrates resource-sharing management using threads and mutexes, and processes and semaphores in the bonus part.
https://github.com/Mattdgn/42_Philosophers

42 dining-philosophers-problem mutexes semaphores threads

Last synced: 28 days ago
JSON representation

Philosophers: Concurrency and synchronization by simulating the "Dining Philosophers Problem". It demonstrates resource-sharing management using threads and mutexes, and processes and semaphores in the bonus part.

Awesome Lists containing this project