Banker's algorithm is a deadlock avoidance algorithm. It is named so because this algorithm is used in banking systems to determine whether a loan can be granted or not.
This project Contains two file Banker.cpp source file Banker.h Header file
Operating System: MacOSX High Sierra Version 10.13.1
Written in: C++11
IDE: Xcode Version 9.1 (9B55)
Compiler: Clang
Command to Run: :$g++ Banker.h Banker.cpp :$./a.out
Command to Quit: :control + c