


Dining Philosophers
- Deadlock free
The version avoids the
possibility of deadlock by making even numbered philosophers pick up the chopsticks
in a different order from the rest. That is, left first rather than right first.
FixedPhilosopher.java
Fork.java