Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelwp/dining-philosoper-problem

This is an example solution of the 'Dining Philosopher Problem' in Go language
https://github.com/michaelwp/dining-philosoper-problem

concurrency dining-philosopher-problem go golang

Last synced: 6 days ago
JSON representation

This is an example solution of the 'Dining Philosopher Problem' in Go language

Awesome Lists containing this project

README

        

# dining-philosoper-problem
This is an example solution of the 'Dining Philosopher Problem' in Go language.

For detail explanation please visit: (The Dining Philosopher Problem: Explanation and Implementation in Golang)[https://goblog.dev/articles/38]