8000 GitHub - yixin1230/Philosophers: Implementation of dining philosophers using threads
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

yixin1230/Philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 

Repository files navigation

🍝Philosophers🍝

Implementation of dining philosophers using threads


Github top language Github language count Repository size

About🍴

A project made in accordance with the philosophers project which is part of the Codam Core Curriculum. It is a version of the dining philosophers problem. One or more philosophers sit at a round table. There is a large bowl of spaghetti in the middle of the table. Philosophers need two forks to eat the spaghetti. There are as many forks as philosophers.

Starting

# Access
cd philo

# Compile the mandatory part
make

# To run (example)
./philo 5 800 200 200 7

# To remove objects
make clean

# To remove objects and executable
make fclean

Resources

Screen recording

Untitled.mov

About

Implementation of dining philosophers using threads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0