https://github.com/arkanto99/dining-philosophers
C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
https://github.com/arkanto99/dining-philosophers
message-passing operative-systems philosophers-dinner-problem semaphore
Last synced: 3 months ago
JSON representation
C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
- Host: GitHub
- URL: https://github.com/arkanto99/dining-philosophers
- Owner: arkanto99
- Created: 2022-04-24T11:16:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T18:11:41.000Z (almost 3 years ago)
- Last Synced: 2025-05-23T17:10:57.830Z (8 months ago)
- Topics: message-passing, operative-systems, philosophers-dinner-problem, semaphore
- Language: C
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The dining philosophers problem