Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sulig/philosophers

Nunca pensé que la filosofía llegara a ser tan letal --------------------------> En este proyecto, aprenderás los principios básico de hilar un proceso. Vas a aprender a como crear hilos y descubrirás los mutex.
https://github.com/sulig/philosophers

42 42barcelona 42cursus 42projects 42school c philosophers philosophers-dinner-problem philosophers42

Last synced: 11 days ago
JSON representation

Nunca pensé que la filosofía llegara a ser tan letal --------------------------> En este proyecto, aprenderás los principios básico de hilar un proceso. Vas a aprender a como crear hilos y descubrirás los mutex.

Awesome Lists containing this project

README

        

# Philosophers

~ Started on: 27/12/2023 ~ *** ~ Ended on: 08/02/2024 ~~~ Graded with 100/100

[![Stars](https://img.shields.io/github/stars/Sulig/Philosophers?color=ffff00&label=Stars&logo=Stars&style=?style=flat)](https://github.com/Sulig/Philosophers)
[![Size](https://img.shields.io/github/repo-size/Sulig/Philosophers?color=blue&label=Size&logo=Size&style=?style=flat)](https://github.com/Sulig/Philosophers)
[![Activity](https://img.shields.io/github/last-commit/Sulig/Philosophers?color=orange&label=Last%20Commit&style=flat)](https://github.com/Sulig/Philosophers)

***
## Resumen:
En este proyecto, aprenderás los principios básico de hilar un proceso.
Vas a aprender a como crear hilos y descubrirás los mutex.

***
## Contenido del repositorio:
- Philosophers Mandatory
- [Subject](https://github.com/Sulig/Philosophers/blob/master/Philosophers.pdf)

***
## Comandos Esenciales:

Make philo

make all

Run philo with default imput

make run

Clean all

make clear

***
~ Made by sadoming ~
***