Skip to content
#

mutex-synchronisation

Here are 114 public repositories matching this topic...

The Dining Philosopher Problem states that N philosophers seated around a circular table with one chopstick between each pair of philosophers. There is one chopstick between each philosopher. A philosopher may eat if he can pick up the two chopsticks adjacent to him. One chopstick may be picked up by any one of its adjacent followers but not both.

  • Updated Jun 19, 2022
  • C

Improve this page

Add a description, image, and links to the mutex-synchronisation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mutex-synchronisation topic, visit your repo's landing page and select "manage topics."

Learn more