Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trim0500/dining-philosophers
A Java program using threads to simulate Dining-Philosophers syncronization problem. Submitted as an assignment to Concordia University's COMP346 Operating Systems course.
https://github.com/trim0500/dining-philosophers
Last synced: 21 days ago
JSON representation
A Java program using threads to simulate Dining-Philosophers syncronization problem. Submitted as an assignment to Concordia University's COMP346 Operating Systems course.
- Host: GitHub
- URL: https://github.com/trim0500/dining-philosophers
- Owner: Trim0500
- Created: 2024-04-03T18:19:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T03:07:53.000Z (9 months ago)
- Last Synced: 2024-04-09T04:23:15.839Z (9 months ago)
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
### Description
- A Java program using threads to simulate Dining-Philosophers syncronization problem. Submitted as an assignment to Concordia University's COMP346 Operating Systems course.
---