This website is solved a problem on bankers Algorithm visually. After the successfull input parameter are given by the user. The Bankers Algorithm starts to find out whether there is a deadlock or not in the given system.
#Installation
- Clone the repository using - git clone https://github.com/Tirth1410/Bankers-Algorithm.git
- After cloning the repository change directory to bankeralgo and run command "npm install" which will install all the dependencies in your system.
- When all the dependencies are installed, run "npm run dev command" to start the project.