https://github.com/vansh-codes/bankers-algorithm---os
This is the code for Banker's Algorithm of Operating System.
https://github.com/vansh-codes/bankers-algorithm---os
Last synced: about 1 year ago
JSON representation
This is the code for Banker's Algorithm of Operating System.
- Host: GitHub
- URL: https://github.com/vansh-codes/bankers-algorithm---os
- Owner: vansh-codes
- Created: 2023-11-27T14:49:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T14:56:38.000Z (over 2 years ago)
- Last Synced: 2025-06-10T02:04:21.313Z (about 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bankers-Algorithm---OS
This is the code for Banker's Algorithm of Operating System.
It will help finding whether the system is in safe state or not and if it is then it would give the safe sequence otherwise appropriate error message would be displayed.
This code can be used for OPerating System assignments as it is very easy and simple to understand.
I hope it helps :)