https://github.com/faruktinaz/philosophers
In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.
https://github.com/faruktinaz/philosophers
multi-threading multithreading mutex mutexes philosophers philosophers-dinner-problem processing thread threads
Last synced: 5 months ago
JSON representation
In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.
- Host: GitHub
- URL: https://github.com/faruktinaz/philosophers
- Owner: faruktinaz
- Created: 2023-08-10T15:46:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T23:38:38.000Z (about 2 years ago)
- Last Synced: 2025-03-31T10:49:51.385Z (10 months ago)
- Topics: multi-threading, multithreading, mutex, mutexes, philosophers, philosophers-dinner-problem, processing, thread, threads
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# philosophers