Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.
---