Skip to content

A classic Dining philosophers problem solved with a multithreaded program. The program takes in the amount of philosophers, which is also the amount of forks available in the dining table. The program feeds the philosophers in turns with the limited resources (forks) when given reasonable input.

Notifications You must be signed in to change notification settings

merituulie/philisophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

About

A classic Dining philosophers problem solved with a multithreaded program. The program takes in the amount of philosophers, which is also the amount of forks available in the dining table. The program feeds the philosophers in turns with the limited resources (forks) when given reasonable input.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages