ArchismanKarmakar / Banker-s-algorithm-cli-gui

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

Home Page:https://www.archisman.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Smaple of GUI

img

Sample of Console Output

image

img2

About

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

https://www.archisman.org

License:Apache License 2.0


Languages

Language:C# 74.0%Language:C++ 26.0%