https://github.com/lobbyra/philosophers
Simulation of the philosophers problem in c
https://github.com/lobbyra/philosophers
42school c
Last synced: 3 days ago
JSON representation
Simulation of the philosophers problem in c
- Host: GitHub
- URL: https://github.com/lobbyra/philosophers
- Owner: Lobbyra
- Created: 2020-11-23T15:26:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T13:43:15.000Z (about 5 years ago)
- Last Synced: 2025-10-29T01:38:34.169Z (8 months ago)
- Topics: 42school, c
- Language: C
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philosophers

---
This code explore 3 ways to solve the known philosophers problem.
Cause of a wrong usage of usleep, this code might be unstable and not work properly. But the structure is correct.
More about the philosophers problem:
https://en.wikipedia.org/wiki/Dining_philosophers_problem