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

https://github.com/faruktinaz/philosophers

In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.
https://github.com/faruktinaz/philosophers

multi-threading multithreading mutex mutexes philosophers philosophers-dinner-problem processing thread threads

Last synced: 5 months ago
JSON representation

In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.

Awesome Lists containing this project

README

          

# philosophers