Skip to content

A solution to the reader-writer problem that must be classified as the third solution because it prioritizes writers over readers, also doesn't lead to starvation for readers

Notifications You must be signed in to change notification settings

yasfatft/reader-writer-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Reader-Writer Problem

How to run

Just run the python file :)

Note

I have compeletly explain the algorithm in comments section of the solution file.

About

A solution to the reader-writer problem that must be classified as the third solution because it prioritizes writers over readers, also doesn't lead to starvation for readers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages