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 1 year 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T14:45:26.000Z (about 7 years ago)
- Last Synced: 2025-02-01T11:32:49.291Z (over 1 year 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)