yasfatft / reader-writer-problem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%