Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture discusses the Dining Philosophers Problem, where N philosophers sit around a table, each needing 2 forks to eat. The instructor presents algorithms using locks and monitors to prevent starvation and maximize the number of philosophers eating simultaneously.