Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 511 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 511 Bytes

Banker-s-Algorithm

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