Reverse the way one philosopher get the forks.
List<Philosopher> philosophers = List.of(
new Philosopher("Plato", 1, 0),
new Philosopher("Aristotle", 2, 1),
new Philosopher("Aquinas", 3, 2),
new Philosopher("Marx", 3, 4),
new Philosopher("Locke", 0, 4)
);