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
- Host: GitHub
- URL: https://github.com/archismankarmakar/banker-s-algorithm-cli-gui
- Owner: ArchismanKarmakar
- License: apache-2.0
- Created: 2023-04-20T08:23:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T12:33:28.000Z (about 2 years ago)
- Last Synced: 2025-01-17T22:42:25.095Z (3 months ago)
- Topics: banker-algorithm, bankers-algorithm, cse, operating-system, operating-systems, os
- Language: C#
- Homepage: https://www.archisman.org
- Size: 1.59 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Sample of Console Output
