https://github.com/timothyjan/bankers-algorithm
Solution for Banker's Algorithm in C++
https://github.com/timothyjan/bankers-algorithm
Last synced: 8 months ago
JSON representation
Solution for Banker's Algorithm in C++
- Host: GitHub
- URL: https://github.com/timothyjan/bankers-algorithm
- Owner: TimothyJan
- Created: 2021-04-20T22:14:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-20T23:56:25.000Z (about 5 years ago)
- Last Synced: 2025-10-14T20:09:07.365Z (8 months ago)
- Language: C++
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bankers-Algorithm
Solution for Banker's Algorithm in C++
be sure in tasks.json, "args" has "-lpthread", "-std=c++11",
textfile can be any of the above banker text files such as bankers_medium.txt or bankers_tiny.txt
be sure in tasks.json, "args" has "${fileDirname}/ba"
~./ba textfile.txt
otherwise use
~./bankers_algorithm textfile.txt