Dining philosophers problem's guide for 42 school
-
Updated
Apr 12, 2023 - C
Dining philosophers problem's guide for 42 school
Repository for the lectures taught in the course named "Operating Systems Lab" at the University of Guilan, Department of Computer Engineering.
[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.
Concurrency Patterns Implemented in Python
Various flavored solutions to the Dining Philosophers problem.
AUT Operating Systems Lab course
My Presentation For OS class | Topic: Simulation for Dining Philosophers
Dining Philosophers Problem in Distributed Systems.
42 School Philosophers project: The Dining Philosophers Problem, written in C.
Simple solution of classic dining philosophers problem
This is a solution to famous Dining Philospers Problem.
📌 The Dining Philosophers Problem / 食事する哲学者の問題
simulate dining philosophers problem, experiment of 2020 spring Operating System course
🏃 Functional & Concurrent Programming
Short self-contained descriptions of distributed algorithms suitable for 2nd year undergraduates.
Chandy/Misra solution of the dining philosophers problem using python
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.
The aim of this project is learning difference of thread and process and difference of mutex and semaphore with dining philosopher problem.
OS course lab
Add a description, image, and links to the dining-philosophers topic page so that developers can more easily learn about it.
To associate your repository with the dining-philosophers topic, visit your repo's landing page and select "manage topics."