Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maricard18/42-philosophers
Philosophers dining problem using threads
https://github.com/maricard18/42-philosophers
42 42born2code 42cursus 42porto 42portugal 42projects 42school philosophers philosophers-dinner-problem philosophers42
Last synced: 4 days ago
JSON representation
Philosophers dining problem using threads
- Host: GitHub
- URL: https://github.com/maricard18/42-philosophers
- Owner: maricard18
- Created: 2023-04-24T07:34:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T01:03:53.000Z (11 months ago)
- Last Synced: 2023-12-10T01:41:07.385Z (11 months ago)
- Topics: 42, 42born2code, 42cursus, 42porto, 42portugal, 42projects, 42school, philosophers, philosophers-dinner-problem, philosophers42
- Language: C
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Philosophers
## Philosophers dinning problem
In this project, I learned the basics of threading a process.
I learned how to create and handle threads and mutexes.
This project is in rank 3 of 42 common core and was graded with the score of 100/100.
-> [Subject here](https://github.com/maricard18/42-philosophers/blob/main/philo/extras/en.subject.pdf)## How To Use
To clone and run this project, just follow this instructions
```bash
# Clone this repository
$ git clone https://github.com/maricard18/42-philosophers# Go into the repository
$ cd philo# Run make command
$ make
```---
> GitHub [@maricard18](https://github.com/maricard18) ·
> Linkedin [Mario Henriques](https://www.linkedin.com/in/mario18) ·
> [42 Porto](https://www.42porto.com/en)