An open API service indexing awesome lists of open source software.

https://github.com/archismankarmakar/banker-s-algorithm-cli-gui

Banker's Algorithm Implementation using C++ & C# .NET
https://github.com/archismankarmakar/banker-s-algorithm-cli-gui

banker-algorithm bankers-algorithm cse operating-system operating-systems os

Last synced: about 1 month ago
JSON representation

Banker's Algorithm Implementation using C++ & C# .NET

Awesome Lists containing this project

README

        

# bankers-Algorithm
Bnakers Algorithm for operating system

The 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.

For more information refer to [PDF](https://github.com/ArchismanKarmakar/Banker-s-algorithm-cli-gui)

## Smaple of GUI
![img](https://user-images.githubusercontent.com/92569441/233441866-f2a4a2c4-0cae-44b6-bd4c-f7f7614b15c1.png)

## Sample of Console Output
![image](https://user-images.githubusercontent.com/42156372/163713470-3d76ed6f-22dc-4c28-9586-6d17fd06fa8d.png)

![img2](https://user-images.githubusercontent.com/92569441/233441942-cb4be1ac-2302-4487-aa48-62b57d20e46e.png)