https://github.com/swap76/bankers-algorithm
C++ Program to Simulate Banker's Algorithm
https://github.com/swap76/bankers-algorithm
bankers-algorithm c-plus-plus cpp
Last synced: 17 days ago
JSON representation
C++ Program to Simulate Banker's Algorithm
- Host: GitHub
- URL: https://github.com/swap76/bankers-algorithm
- Owner: Swap76
- License: agpl-3.0
- Created: 2019-12-04T12:19:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T12:46:00.000Z (over 5 years ago)
- Last Synced: 2025-04-06T17:52:35.396Z (about 1 month ago)
- Topics: bankers-algorithm, c-plus-plus, cpp
- Language: C++
- Size: 332 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Banker's-Algorithm
We have made a program using C++ which can be executed for different process to find out if deadlock happens or not.
User can also try to change constraints like initial resources, allocated or max resources of a process.## Output