https://github.com/megave/dining-philosophers-task
Implementation of a solution for the "Dining Philosophers" problem in C | Implementação de uma solução ao problema "Jantar dos Filósofos" em C
https://github.com/megave/dining-philosophers-task
dining-philosophers-problem
Last synced: 7 months ago
JSON representation
Implementation of a solution for the "Dining Philosophers" problem in C | Implementação de uma solução ao problema "Jantar dos Filósofos" em C
- Host: GitHub
- URL: https://github.com/megave/dining-philosophers-task
- Owner: megaVE
- License: mit
- Created: 2023-09-19T22:10:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T17:11:08.000Z (about 2 years ago)
- Last Synced: 2025-01-18T12:34:43.568Z (9 months ago)
- Topics: dining-philosophers-problem
- Language: C++
- Homepage: https://www.youtube.com/watch?v=ga4ZPKyKb8I
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dining Philosophers Problem (Problema do Jantar dos Filósofos)
Implementation of a solution for the "Dining Philosophers" problem in C | Implementação de uma solução ao problema "Jantar dos Filósofos" em C