GitHub topics: dining-philosophers-problem
elsayedamine/Philosophers
🍝 A concurrent solution to the classic Dining Philosophers problem using threads and mutexes in C. Includes a bonus version using processes and semaphores for advanced synchronization. Built as part of the 42 school curriculum to explore multithreading, inter-process communication, race conditions, and deadlock prevention.
Language: C - Size: 510 KB - Last synced at: about 18 hours ago - Pushed at: about 21 hours ago - Stars: 0 - Forks: 0

Jemdrek03/DiningPhilosophers
Study Project
Language: C++ - Size: 657 KB - Last synced at: 2 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Kr1sNg/42cursus-Philosophers
42's project on purpose of solving "The Dining Philosophers problem"
Language: C - Size: 3 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

Horrjiy/Philosophers
42 Core Curriculum --- Solving the Dining-Philosophers-Problem with Multithreading in C.
Language: C - Size: 29.3 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Cobord/DiningPhilosophers
Language: Rust - Size: 135 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

1chgro/Philosophers_42
Language: C - Size: 143 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

f-corvaro/PHILOSOPHERS
"Dive into the world of concurrency with Philosophers, a project that explores the dining philosophers problem."
Language: C - Size: 3.99 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

scienceMiner/seatrials
Miscellaneous JAVA tests and trials, including lifedays, decathlon calculations, dining philosophers simulation and other interview questions
Language: Java - Size: 174 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Tomiwa-Ot/cs-assignments
computer science assignments
Language: HTML - Size: 30.9 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 3 - Forks: 1

chutrunganh/Dining-philosophers-problem
This project delves into the theory and practical implementation of solutions for the classical synchronization problem in operating systems - the Dining Philosophers Problem
Language: C++ - Size: 7.29 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1

SouleEater99/Philosophers
About Section Philosophers 🍝⏳ – A 42 School project implementing the classic Dining Philosophers problem in C. Core Concepts: Multithreading (pthreads) & Mutex synchronization Multiprocessing (bonus) with Semaphores Deadlock/starvation prevention strategies Precise timing & thread-safe logging Key Features: ⚙️ Concurrent resource management
Language: C - Size: 1.72 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

hwixley/Dining-Philosophers-Problem
Optimised spaghetti eating
Language: Rust - Size: 253 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ipersids/hive-core-dining-philosophers-problem
The 42 School version of the classic Dining Philosophers problem is where eating, starving and thinking are just the start. Concurrency and synchronisation come into play as philosophers compete for their turn at the table.
Language: C - Size: 73.2 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Namorgha/Philosophers
This repository features a C implementation of the Dining Philosophers problem, showcasing techniques for managing concurrency and avoiding deadlock in multi-threaded environments.
Language: C - Size: 186 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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.
Language: C - Size: 315 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 1

danieldidiobalsamo/concurrent_execution_models
Rust / C++ Implementation of the three execution models used in concurrent programming
Language: C++ - Size: 26.4 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

RogerioLS/Philosophers-42sp
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.
Language: C - Size: 283 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MathysCogne/42_Philosophers
Philosophers: Concurrency and synchronization by simulating the "Dining Philosophers Problem". It demonstrates resource-sharing management using threads and mutexes, and processes and semaphores in the bonus part.
Language: C - Size: 1.85 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

ammahmoudi/Dinning-Philosophers
Implenting Dinning Philosophers problem in a client-server style with nice GUI using java and javafx
Language: Java - Size: 1.27 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

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.
Language: Python - Size: 2.62 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 7 - Forks: 2

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.
Language: C - Size: 2.18 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 14 - Forks: 0

SirAlabar/Philosophers
A C implementation of the dining philosophers problem using threads and mutexes (mandatory part) and processes with semaphores (bonus part).
Language: C - Size: 87.9 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

medidbella/philosophers
this project's goal is to solve the dining philosopher's problem with a multi threaded approach
Language: C - Size: 42 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

rghouzra/PHILOSOPHERS
dining philosophers problem
Language: C - Size: 15.1 MB - Last synced at: 3 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

milosz275/dining-philosophers 📦
Python project implementing simulation of Dining philosophers problem
Language: Python - Size: 67.4 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

mahahahad/Philosophers
A program written in C to demonstrate the dining philosophers problem with a simple solution.
Language: C - Size: 17.6 KB - Last synced at: 2 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

SHUBHAMSHARMA0711/CSE231-Operating-Systems-Assignments
Assignments Completed during CSE231:Operating Systems Course in IIITD during Monsoon 2022 Semester. Professor: Arani Bhattacharya
Language: C - Size: 195 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MatyMasaryk/Parallel-Programming-Problems
5 programs solving different problems using parallel programming in Python.
Language: Python - Size: 172 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

itislu/42-Philosophers
Highly load balanced solution for the Dining Philosophers Problem. 9th project in the 42 Common Core Curriculum
Language: C - Size: 1.94 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

samunyan/philosophers
This project is focused on simulating the dining philosophers problem. It involves creating a multithreaded application where philosophers alternate between thinking, eating and sleeping, with synchronization mechanisms to manage resource sharing and avoid deadlocks.
Language: C - Size: 7.81 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

atormac/philosophers
Language: C - Size: 33.2 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jonledet/synchronization
This project is a tool to help better understand classic problems of synchronization in multi-threading using synchronization primitives.
Language: Java - Size: 60.5 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

jakobsitory/03_philosophers_42CC
Program that uses multithreading to solve Dykstra's 'Dining philosophers problem'
Language: C - Size: 476 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Vaibhav-Pant/Operating-System
This repository contains all the source code that I have written for my Operating System course.
Language: C - Size: 324 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

Mobiwn/Operating-Systems
📚 Centralized collection of syllabus, books, experiments, and practice questions for the Operating Systems course at Urmia University.
Size: 43.2 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Buraktalhaa/DiningPhilosophers
A solution to the famous Dining Philosophers problem using the Token Ring approach.
Language: Python - Size: 265 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

khalidlakbuichy/philosopher
A project focused on concurrency and synchronization, implementing the Dining Philosophers Problem using threads and mutexes in C.
Language: C - Size: 77.1 KB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

cantasar/Dining-Philosophers-Problem
Five philosophers dine together at the same table. Each philosopher has his own plate at the table. There is a fork between each plate. The dish served is a kind of spaghetti which has to be eaten with two forks. Each philosopher can only alternately think and eat. Moreover, a philosopher can only eat when he has both fork left and right
Language: C - Size: 57.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

bablilayoub/philosophers
This project introduces the basics of threading in process management, demonstrating how to create threads and utilize mutexes to handle concurrent operations safely.
Language: C - Size: 50.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

rudgalsky/DiningPhilosophers
C# implementation of solution for the dining philosophers problem.
Language: C# - Size: 6.84 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

kimbielby/DeadlocksSemaphores
A simple example of the Dining Philosophers problem. Deadlock purposefully created.
Language: Java - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AbdellahBellakrim/philosophers_42
Implementing the dining problem with philosophers around the table in C programming using threads and processes.
Language: C - Size: 1.53 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

tiago-vargas/dining_philosophers_problem
Operating Systems assignment
Language: C - Size: 16.6 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

lavrd/philosophers
Dining philosophers problem
Language: Go - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jElhamm/Semaphore-MultiTasking
"This repository showcases the implementation of semaphores, a synchronization tool."
Language: C++ - Size: 610 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

the-Jinxist/go-concurrency-learn
Learning about some concurrency problems in golang
Language: Go - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

GherardiGiacomo/PCAD_Lab1
Laboratorio #1 del corso PROGRAMMAZIONE CONCORRENTE E ALGORITMI DISTRIBUITI (80302) UNIGE
Language: C - Size: 429 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

mistupv/dining-philos
An implementation of the dining philosophers problem in Erlang
Language: Erlang - Size: 18.6 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

utarwyn/dining-philosophers-problem 📦
A school project to deal with the dining philosophers problem.
Language: Java - Size: 82 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

yrigny/42-philosophers
A solution to the dining philosophers problem, exploring concurrency and synchronization techniques.
Language: C - Size: 1.48 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

abouabra/42-Philosophers
Philosophers is a project that aims to create a simulation of the dining philosophers problem.
Language: C - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

aaron-22766/42_philosophers
Solve the dining philosophers problem with threads and mutexes
Language: C - Size: 31.3 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

0xromjobert/Philosophers
a 42 school curriculum project exploring concurrency with threads & mutexes or processes & semaphores. It is based on Dijkstra's famous dining philosophers problem
Language: C - Size: 80.1 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

PepitoElectronics/Philosophes
Exercice multi threading / programmation systèmes temps réél
Language: C++ - Size: 215 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nexer8/Dining_Philosophers_Problem
A solution to the dining philosophers problem using C++ with std::thread and graphical interface implemented in ncurses.
Language: C++ - Size: 1.11 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

juricaKenda/Dining-Philosophers
A classic example problem often used in concurrent algorithm design.
Language: Java - Size: 97.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

Dare-marvel/Operating-Systems--OS--
Notes , Experiments , Question Papers and Books of Operating Systems
Language: C - Size: 242 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Kartik-Katkar/Operating-system-Programs
Explore a collection of ready-to-use code solutions for common problems, disk scheduling, shell programming and page scheduling.
Language: C - Size: 42 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NeilW/systemd-dining
Dining philosophers using systemd and the Unix Programming Environment
Language: Shell - Size: 154 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

wyltonleone/dining-philosophers
🍽️ A dining philosophers problem simulator.
Language: Java - Size: 1.12 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

DelicaTessa/42-philosophers
Codam philosophers project - the Dining Philosophers problem coded in C
Language: C - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

itakurah/Distributed-Dining-Philosophers-Problem
Implementation of the famous dining philosophers problem in a distributed P2P environment using the Ricart-Agrawala algorithm with the Roucairol-Carvalho optimization and Lamport clocks.
Language: Java - Size: 154 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

fbescodam/philosophers 📦
Dijkstra's dining philosophers problem, solved in C
Language: C - Size: 88.9 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

frank1789/Dining-philosophers-problem
Exercise to manage thread in C++
Language: C++ - Size: 38.1 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

Evan-Lacy/Dining-Philiosophers-Problem
This repository is an example of the Dining Philosopher's Problem, and how it can be solved in a multi-threading method.
Language: Java - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

micwypych/java-with-jpf-example
Java Path Finder and Gradle configuration with simple dining philosopher problem
Language: Java - Size: 1.57 MB - Last synced at: 7 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

megaVE/dining-philosophers-task
Implementation of a solution for the "Dining Philosophers" problem in C | Implementação de uma solução ao problema "Jantar dos Filósofos" em C
Language: C++ - Size: 24.4 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

kmoroz/philosophers
Language: C - Size: 47.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rajh-phuyal/42philosophers
Threading and mutexes in C.
Language: C - Size: 95.7 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mtking2/dining-philosophers
Various flavored solutions to the Dining Philosophers problem.
Language: C++ - Size: 1.09 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 11

mgoldsmith1/Dining-Philosophers-Problem
Dining Philosophers Problem, Race conditions & JUnit Testing
Language: Java - Size: 2.81 MB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

Rakibul73/Operating_System_Code
Operating System Code in Python 3
Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 0

Archer-01/Philosophers
Implementation of the Dining Philosophers problem in C
Language: C - Size: 537 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

cafererrl/concurrency-classics
Explores classic concurrency problems using Java.
Language: Java - Size: 106 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

minhngt62/os-dining-philosopher
A simulation of dining philosophers problem and its solutions
Language: Python - Size: 2.4 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

JideOgunlana/42_philosophers
42 Project - involves developing a solution in C to the famous dining philosophers problem in concurrent programming. The challenge lies in preventing deadlock and data race ensuring that each philosophers can access necessary forks without encountering confilcts
Language: C - Size: 46.9 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

pplevins/Operating_Systems-Linux_Windows
This is the programming exercises given during the Operating Systems course. Their porpuse is to practice key principles in operating systems, and understand them deeply by writing C - language programs that demonstrate the use of these principles and techniques.
Language: C - Size: 11.6 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

BigWheel92/Dining-Philosophers
An implementation of a solution to the dining philosophers problem.
Language: C++ - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Orpheus-3145/Philosophers
Implementation of the Dining Philosophers Problem
Language: C - Size: 88.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

toni-schmitt/Philosophers
I’ve never thought philosophy would be so deadly.
Language: C - Size: 52.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Ashutosh-Gera/LinuxIPC-KernelModule
Repository containing Linux Process Synchronization, Inter-process communication and a custom kernel module.
Language: Batchfile - Size: 412 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Itskindastrange/OS-Simulator
This is a college project of Operating Systems completed by me. It contains CPU scheduling, Semaphore(Dining Philosopher Problem), Deadlock(Bankers Algorithm), Memory Management(Two-Level Page-Table Scheme ,Hashed Page Table with TLB),Page Replacement (Second Chance Algorithm using circular link list). Also a simple GUI menu is also implemented.
Language: C++ - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

star-child-0/Hypatia-philosopher-tester
Tester for the Dining philosophers of 42Cursus
Language: Shell - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

AzerSD/Extended-Dining-Philosophers
Extends the classic Dining Philosophers problem to a larger group of philosophers. The problem requires finding a solution that allows all the philosophers to eat without deadlock or starvation, even as the number of philosophers increases.
Language: C - Size: 1.38 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

mariogalis/42_philo
The Dining Philosopher Problem Solver utilizes mutex locks and concurrent programming techniques to manage shared resources and ensure fair and efficient dining experiences for philosophers.
Language: C - Size: 87.9 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

bartekbednarz013/Philosophers-dinner
Web application that implements solution of Dining Philosophers Problem (with a slight change) and illustrates course of the dinner.
Language: Python - Size: 288 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

cirillom/dining-philosophers
Dining philosophers problem solution that avoids starvation and deadlock
Language: C - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

jspw/OS-Lab-Final
To whom it may concern
Language: Java - Size: 43 KB - Last synced at: 9 days ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

Showndarya/Operating-System-Algorithms
Process synchronization, Deadlock avoidance and Disk scheduling algorithms implemented in Java.
Language: Java - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 12 - Forks: 7

AmanCSE-1/Operating-System
This repository contains the Python Programs for various algorithms of Operating Systems
Language: Python - Size: 191 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

xyderos/dining-philosophers
Solving the dining philosophers problem in elixir
Language: Elixir - Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

mishi-a/Network-OS-Lab-Assignment
This Repo Contains Network Lab and OS Lab Assignment
Language: Python - Size: 4.51 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 5

Abla-ouh/Philosophers
The Dining Philosophers problem in C.
Language: C - Size: 157 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

MusabAlsaifi/C-the-dining-philosophers-program
C - the dining philosophers program using threads and mutexes
Language: C - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

f0lio/philosophers
multithreading-based solution for the Dining Philosophers Problem
Language: C - Size: 38.1 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

sophiakoulen/philosophers
Dining philosophers with threads and mutexes
Language: C - Size: 50.8 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

IamShubhamGupto/OS_Lab_UE18CS305 📦
Assignment files used for OS Lab UE18CS305
Language: C - Size: 2.4 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

baatochan/DiningPhilosophersProblem 📦
My attempt at resolving Dining Philosophers Problem done for Operating Systems (Systemy Operacyjne 2) course at the university.
Language: C++ - Size: 94.7 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

MBadriNarayanan/OSLab 📦
Operating Systems Lab work done during V Semester
Language: C - Size: 319 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

aditiisaxena/Dining-Philosophers-Problem
Solutions to prevent deadlock condition in the classic Dining Philosophers Problem
Language: C - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
