An open API service indexing awesome lists of open source software.

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++

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