karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.55k stars 10.52k forks source link

Suggestion-Dining Philosophers #148

Open jschappel opened 4 years ago

jschappel commented 4 years ago

I believe that the Dining Philosophers problem would be a great addition to the concurrency section since it requires the programmer to have a solid understanding in locking. With your approval I would like to upload a solution.