Skip to content

Algorithm to solve the dining philosophers problem, written in C

Notifications You must be signed in to change notification settings

caglakahriman/Dining-Philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dining-Philosophers

Algorithm to solve the dining philosophers problem, written in C

"In computer science, the dining philosophers problem is an example problem often used in concurrent algorithm design to illustrate synchronization issues and techniques for resolving them."

Problem statement: There is a fork between each plate. The dish served is a kind of spaghetti which has to be eaten with two forks. Each philosopher can only alternately think and eat. Moreover, a philosopher can only eat their spaghetti when they have both a left and right fork.

On this project I,

About

Algorithm to solve the dining philosophers problem, written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published