https://github.com/f321x/philosophers-42-core
Implementation of the 42 Exercise "Philosophers" based on the dining philosophers problem in C
https://github.com/f321x/philosophers-42-core
Last synced: over 1 year ago
JSON representation
Implementation of the 42 Exercise "Philosophers" based on the dining philosophers problem in C
- Host: GitHub
- URL: https://github.com/f321x/philosophers-42-core
- Owner: f321x
- Created: 2023-11-28T07:58:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T12:56:59.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T02:24:59.606Z (over 1 year ago)
- Language: C
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philosophers-42-core
Implementation of the 42 Exercise "Philosophers" based on the dining philosophers problem in C