Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/michaelwp/dining-philosoper-problem
- Owner: michaelwp
- Created: 2024-07-10T16:02:26.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:13:44.000Z (7 months ago)
- Last Synced: 2024-09-17T09:20:52.561Z (5 months ago)
- Topics: concurrency, dining-philosopher-problem, go, golang
- Language: Go
- Homepage: https://goblog.dev/articles/38
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]