An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Philosophers


Philosophers eat, sleep and think while waiting for available forks. And eventually die.

## 📚 Usage
![Philosophers Demo](https://github.com/Hunam6/philosophers/assets/38606542/746913ea-2b21-4617-8385-f0464d938e7b)

## 📋 Topics

- Threading
- Mutexes
- Subprocesses
- Concurrent I/O

## 🛠️ Langs/Tools

- C
- Makefile

## 🚀 Installation

```
git clone https://github.com/hunam6/philosophers
cd philosophers/philo
make
```