There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Solving the "Dining philosophers problem", by threading a process and using mutex and semaphores. This project is about ressources sharing, synchronization and parallel computing.