Skip to content

Dining philosophers problem implemented in Java, Node.js and Erlang in three variants.

Notifications You must be signed in to change notification settings

kamsza/dining-philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dining philosophers

The classic concurrency problem, implemented in three programmming languages Java, Erlang and Node.js, using three different algorithms for each: with deadlock, resource hierarchy, with arbitrator. In some solutions BEB algorythm was used, to resolve conflicts.

About

Dining philosophers problem implemented in Java, Node.js and Erlang in three variants.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published