Android application that shows the Dining Philosopher problem and multi-threading using a graphical interface.
-
Updated
Apr 11, 2018 - Java
Android application that shows the Dining Philosopher problem and multi-threading using a graphical interface.
implementation of the philosopher problem using threads
I never thought philosophy would be so deadly
Philosophers dining problem in C
WIP - a classic multithread program to learn how to avoid data race and deadlock issues
The basics of threading a process and using mutexes/semaphores.
philosophers is a 42Network project that allows you to have a deep idea of how multithreading works.
Задача об обедающих философах — классический пример, используемый в информатике для иллюстрации проблем синхронизации при разработке параллельных алгоритмов и техник решения этих проблем.
Solving the philosopher's dinner problem in C language using threads.
An introduction to multithreading and forking using mutexes with dining philosophers problem
Dining philosophers problem
I’ve never thought philosophy would be so deadly. This is my solution for the philosophers project of 42 school. This is part of common core.
A simulation project dealing with threads, mutexes and synchronization - from the famous dining philosopher's problem.
Philosophers dining problem using threads
Philosophers Problem Solution in C
🍕 🍝 Eat, Sleep, Spaghetti, repeat. 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.
C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
Add a description, image, and links to the philosophers-dinner-problem topic page so that developers can more easily learn about it.
To associate your repository with the philosophers-dinner-problem topic, visit your repo's landing page and select "manage topics."