Skip to content

NorahUseringithub/Banker-s-Algorithm-in-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Banker’s algorithm

Banker’s algorithm is a resource allocation and deadlock avoidance algorithm that tests for safety by simulating the allocation for predetermined maximum possible amounts of all resources, then makes an “s-state” check to test for possible activities, before deciding whether allocation should be allowed to continue [1].

Here I implemented Banker's algorithm from scratch by using C++ language.

[1] https://en.wikipedia.org/wiki/Banker%27s_algorithm

About

Banker's algorithm c++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages