Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 493 Bytes

File metadata and controls

5 lines (3 loc) · 493 Bytes

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.