Skip to content

Some basic operating systems algorithms written in c++

Notifications You must be signed in to change notification settings

pyfet/OS_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Dining Philosophers Problem

The dining philosophers problem illustrates non-composability of low level synchronisaton primitives like semaphore. It is a modification of a problem posed by Edsger Djikstra

How to run g++ dining_philosophers_problem.cpp -o output -pthread && ./output

About

Some basic operating systems algorithms written in c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages