Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
/ Philosophers Public archive

Philosophers (42cursus) 2020-20201. This project is an introduction to threads (POSIX) and mutexs. It's the famous Philosopher's dining table problem.

Notifications You must be signed in to change notification settings

malatini42/Philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

philosophers 📚

  • Actual Status : validated.
  • Result : 100% (28/08/2022)

Watch

If you get inspiration from this repository, make sure you add better handling for wrong arguments.

This repository is a basic implementation of the dining philosophers problem. It is a classic synchronization problem that is used to illustrate the challenges of avoiding deadlock and coordinating resources shared by multiple threads.

About

Philosophers (42cursus) 2020-20201. This project is an introduction to threads (POSIX) and mutexs. It's the famous Philosopher's dining table problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published