/java-the-dining-philosophers

The Dining Philosophers problem, proposed by Dijkstra in 1965, serves as a synchronization challenge. Since then, numerous synchronization algorithms have been either related to or tested against the Dining Philosophers problem.

Primary LanguageJava

No issues in this repository yet.