Skip to content

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.

Notifications You must be signed in to change notification settings

harkaranbrar7/Banker-s-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages