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

https://github.com/mathyscogne/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/mathyscogne/42_philosophers

42 dining-philosophers-problem mutexes semaphores threads

Last synced: over 1 year 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