Skip to content

A solution to the famous Dining Philosophers problem using the Token Ring approach.

Notifications You must be signed in to change notification settings

Buraktalhaa/DiningPhilosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

DINING PHILOSOPHERS PROBLEM WITH TOKEN RING SOLUTION

Hello, I'm Burak. This project contains a token ring solution in Python for solving the Dining Philosophers Problem. The Dining Philosophers Problem is a classic synchronization problem that simulates a group of philosophers sitting around a table, thinking and eating. Each philosopher shares two forks with their neighbors, left and right.

About

A solution to the famous Dining Philosophers problem using the Token Ring approach.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages