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

https://github.com/gowthertg/philosophers

This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.
https://github.com/gowthertg/philosophers

Last synced: 2 months ago
JSON representation

This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger.

Awesome Lists containing this project

README

        

# Dining Philosphers problem

What I learned :heavy_check_mark:


  • Parallelism.

  • Never had I developed multithreaded programs before this project.

  • It gave me the opportunity to learn about threads, mutex and semaphores.