Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erwan-simon/dining_philosophers
Implementation of the dining philosophers problem in C
https://github.com/erwan-simon/dining_philosophers
c concurrency concurrent-programming epitech thread
Last synced: about 5 hours ago
JSON representation
Implementation of the dining philosophers problem in C
- Host: GitHub
- URL: https://github.com/erwan-simon/dining_philosophers
- Owner: erwan-simon
- License: mit
- Created: 2019-03-12T18:29:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T14:45:26.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T10:35:11.693Z (19 days ago)
- Topics: c, concurrency, concurrent-programming, epitech, thread
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dining_philosophers
Implementation of the dining philosophers problem in C[Wikipedia article on this problem](https://en.wikipedia.org/wiki/Dining_philosophers_problem)