philosophers-dinner-problem
Here are 162 public repositories matching this topic...
The basics of threading a process and using mutexes/semaphores.
-
Updated
Mar 10, 2023 - C
philosophers is a 42Network project that allows you to have a deep idea of how multithreading works.
-
Updated
May 12, 2022 - C
Задача об обедающих философах — классический пример, используемый в информатике для иллюстрации проблем синхронизации при разработке параллельных алгоритмов и техник решения этих проблем.
-
Updated
Jun 2, 2022 - C
Solving the philosopher's dinner problem in C language using threads.
-
Updated
Sep 15, 2023 - C
An introduction to multithreading and forking using mutexes with dining philosophers problem
-
Updated
Feb 23, 2024 - C
Dining philosophers problem
-
Updated
Aug 14, 2024 - C
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.
-
Updated
Mar 9, 2022 - C
A simulation project dealing with threads, mutexes and synchronization - from the famous dining philosopher's problem.
-
Updated
Jun 19, 2022 - C
Philosophers dining problem using threads
-
Updated
Dec 9, 2023 - C
Philosophers Problem Solution in C
-
Updated
Sep 2, 2024 - C
Android application that shows the Dining Philosopher problem and multi-threading using a graphical interface.
-
Updated
Apr 11, 2018 - Java
-
Updated
Oct 9, 2020 - C
implementation of the philosopher problem using threads
-
Updated
Jan 9, 2023 - C
I never thought philosophy would be so deadly
-
Updated
Oct 19, 2023 - C
Philosophers dining problem in C
-
Updated
Oct 4, 2024 - C
WIP - a classic multithread program to learn how to avoid data race and deadlock issues
-
Updated
Nov 14, 2024 - 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.
-
Updated
Aug 1, 2022 - C
C implementation of the dining philosophers problem using semaphores, mutexes and message passing.
-
Updated
Mar 7, 2023 - C
Improve this page
Add a description, image, and links to the philosophers-dinner-problem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the philosophers-dinner-problem topic, visit your repo's landing page and select "manage topics."