Banker's algorithm implementation for OS Fall 2022
Running build.py will build the project and move the executable into the current directory.
c++11 CMake 3.0.0 or higher
g++ 11.3.0
running: ./Banker --generate-example
will generate a file for the given example and find the safe sequence.
running: ./Banker --solve GivenExample.xml
will output the safe sequence.
pugixml (included in Banker_Algo/lib/read_write/deps/pugixml, configured for header only.)