shark-21 / OS-miniproject

Implementation of Bankers_Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

Make sure you have g++ installed. Then follow the steps given below.

git clone https://github.com/shark-21/OS-miniproject.git
cd OS-miniproject
cd src

Compile & Run in terminal

g++ ./bankers.cpp
# now you can see a.out executable file ready
./a.out

after compiling and running the code , you can try your custom input (make sure you have the expected output along with you) or test the input given in sample_input.txt file .

Reference

Complete project report pdf is also provided . It also contains code explanations

Please make sure to update tests as appropriate.

License

MIT

About

Implementation of Bankers_Algorithm


Languages

Language:C++ 100.0%