maricard18 / 42-philosophers

Philosophers dining problem using threads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

How To Use

To clone and run this project, just follow this instructions

# Clone this repository
$ git clone https://github.com/maricard18/42-philosophers

# Go into the repository
$ cd philo

# Run make command
$ make

GitHub @maricard18  ·  Linkedin Mario Henriques  ·  42 Porto

About

Philosophers dining problem using threads


Languages

Language:C 93.4%Language:Makefile 6.6%