https://github.com/hunam6/philosophers
Philosophers eat, sleep and think while waiting for available forks. And eventually die.
https://github.com/hunam6/philosophers
42 42projects hive hivehelsinki philosophers philosophers42
Last synced: 2 days ago
JSON representation
Philosophers eat, sleep and think while waiting for available forks. And eventually die.
- Host: GitHub
- URL: https://github.com/hunam6/philosophers
- Owner: Hunam6
- License: mit
- Created: 2023-05-08T10:44:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T00:23:41.000Z (over 2 years ago)
- Last Synced: 2026-05-26T22:31:49.673Z (about 1 month ago)
- Topics: 42, 42projects, hive, hivehelsinki, philosophers, philosophers42
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Philosophers
Philosophers eat, sleep and think while waiting for available forks. And eventually die.
## 📚 Usage

## 📋 Topics
- Threading
- Mutexes
- Subprocesses
- Concurrent I/O
## 🛠️ Langs/Tools
- C
- Makefile
## 🚀 Installation
```
git clone https://github.com/hunam6/philosophers
cd philosophers/philo
make
```