Philosophers' Dinner in Python [closed]

2

I wonder if anyone has already implemented the Philosopher's Dinner algorithm in python.

I need to do it, however I only find examples with implementation using thread and I need to do it without using thread.

    
asked by anonymous 29.03.2015 / 00:32

0 answers