philosophers-dinner-problem
There are 162 repositories under philosophers-dinner-problem topic.
TommyJD93/Philosophers
Dining philosophers problem's guide for 42 school
DeRuina/philosophers
Philosophers is a comprehensive guide and solution to the classic Dining Philosophers Problem in computer science. This project uses the C programming language and multithreading to implement a solution that prevents deadlocks and resource conflicts.
clementvidon/philosophers
[documented code / -pedantic -std=c89] - 42School variant of the dining philosophers problem to learn the basics of threading a process, how to create threads and use mutexes.
Kuninoto/42_Philosophers
Philosophers dinner problem in C. Introduction to threads, mutexes, processes, and semaphores
mcombeau/philosophers
Philosophers is a project from the 42 school curriculum that explores concurrent programming with threads and mutexes, processes and semaphores. It is a variation on the famous dining philosophers problem.
pasqualerossi/Philosophers
Everyone has got to eat and sleep and think and potentially die! Welcome to the life of Philosophers!
kichkiro/philosophers_tester
Tester for the Philosophers project of school 42.
aoumad/Philosophers
Philosophers an individual project at 42 about introduction to the basics of process threading, and how work on the same memory space. And learn about mutexes, semaphores, and shared memory.
mehmoodulhaq570/Philosophers-Dining-Hall-Problem
Solution to Operating System Dining Philosophers problem using threading and synchronization. It ensures smooth resource sharing among philosophers, preventing conflicts like deadlock.
achrafelkhnissi/Philosophers
This project is about learning threads and processes, mutexes and semaphores.
librity/ft_philosophers
42 São Paulo - Philosophers
Gab-182/philo
Apply the basics of threading a process. Creating threads and discover mutexes.
cypri1-dev/42_philosophers
The 42 Philosophers project is a programming exercise to learn about concurrency and synchronization. Inspired by Dijkstra's philosopher problem, it simulates philosophers alternating between eating, thinking, and sleeping while avoiding deadlocks and starvation. It helps develop skills in managing threads, mutexes, and semaphores.
faruktinaz/philosophers
In this project, I tackled the Philosopher's Problem. By coding the solution to this problem, I aimed to grasp the functioning and usage logic of threads in the C language, as well as learn how to effectively utilize mutexes.
FreddyMSchubert/42_Philosophers
💭 Dijkstra's Philosophers Problem ❓ - I never thought philosophy would be so deadly. ☠️ [42 PROJECT]
gemartin99/Philosophers
Dining Philosophers Problem
luiscarlossf/threads
Implementação do Problema do Jantar dos Filósofos usando o conceito de threads e semáforos apresentados na disciplina de Sistema Operacionais.
maiadegraaf/philo
This project introduces the concepts of multi-threading and mutexes.
okbrandon/philosophers
🍽️ dining philosophers problem in C.
OmarZOS/star-crafter
A bunch of useful scripts at some points in my academic walkthrough..
rarakira/Philosophers
Visualising dining philosophers problem using threads and processes, 42 curriculum
AchrafMez/philo
Solving the dining philosophers problem.
AndreiRech/FPPDSemaforos
Repositório referente ao Trabalho 2 da disciplina de Fundamentos de Processamento Paralelo e Distribuído na PUCRS
augustobecker/Philosophers
The Dining Philosophers problem, in C - @42sp Project
eliarisalvares/philosophers_42sp
I've never thought philosophy would be so deadly.
MarkosComK/42-Philosophers
🧠💡 Philosophers Problem Simulation in C. A multithreading challenge where philosophers eat, think, and sleep without dying or stealing forks. Implements mutexes for synchronization and thread management.
Reallynotanalien/philo
[42 Cursus] Project that aims to understand multithreading
RinatMambetov/philosophers-42school
In this project, you will learn the basics of threading a process. You will see how to create threads and you will discover mutexes
rlinsdev/42-philosophers
Philosophers: I never thought philosophy would be so deadly
shexweeknd/42-cursus-Philosophers
This is a project for the 42 cursus that focuses on the dining philosophers problem. The goal of this project is to implement a solution to the problem using multithreading and synchronization techniques while writing a C program
Sulig/Philosophers
Nunca pensé que la filosofía llegara a ser tan letal --------------------------> En este proyecto, aprenderás los principios básico de hilar un proceso. Vas a aprender a como crear hilos y descubrirás los mutex.
tesla33io/42_philosophers_visualizer
Zeno (of Citium) visualizes the progress of the philosophers' simulation.
TheoGuerin64/Philosophers
42 project to grasp threading, forking, mutexes, and semaphores basics.
ygor-sena/42cursus-philosophers
The ninth project of 42's curriculum asks students to solve the famous Dijkstra's synchronization problem. This is a introduction to threads, mutexes and semaphores.