philosophers-dinner-problem
Here are 186 public repositories matching this topic...
Sort:Most stars
Dining philosophers problem's guide for 42 school
- Updated
Apr 12, 2023 - C
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.
- Updated
Aug 21, 2023 - C
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.
- Updated
Nov 30, 2024 - C
Dining philosophers problem's
- Updated
Jul 30, 2022 - C
[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.
- Updated
Oct 12, 2022 - C
Philosophers dinner problem in C - introduction to parallel programming.
- Updated
Mar 28, 2025 - C
Tester for the Philosophers project of school 42.
- Updated
Jun 6, 2023 - Python
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.
- Updated
Dec 6, 2022 - C
Solution to Operating System Dining Philosophers problem using threading and synchronization. It ensures smooth resource sharing among philosophers, preventing conflicts like deadlock.
- Updated
Feb 19, 2024 - Python
42 São Paulo - Philosophers
- Updated
Nov 29, 2022 - C
Very simple web visualizer for Philosophers (42 school project)
- Updated
Mar 28, 2025 - JavaScript
💭 Dijkstra's Philosophers Problem ❓ - I never thought philosophy would be so deadly. ☠️ [42 PROJECT]
- Updated
May 16, 2024 - C
A 42 school project that simulates the Dining Philosophers problem using multithreading (philo) and multiprocessing with semaphores (philo_bonus). The goal is to handle concurrency, synchronization, and avoid deadlocks and starvation.
- Updated
May 10, 2025 - C
This project is about learning threads and processes, mutexes and semaphores.
- Updated
Aug 28, 2022 - 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
🍽️ dining philosophers problem in C.
- Updated
Mar 8, 2024 - C
Zeno (of Citium) visualizes the progress of the philosophers' simulation.
- Updated
Aug 26, 2024 - Python
C program that simulates the dining philosophers problem using threads and mutexes.
- Updated
Jul 14, 2023 - C
- Updated
Apr 5, 2022 - C
Improve this page
Add a description, image, and links to thephilosophers-dinner-problem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with thephilosophers-dinner-problem topic, visit your repo's landing page and select "manage topics."