This program takes a file input of the number of procceses, resources, and adjacency matrix of allocated and requested resouces. The program uses a version of Bankers algorithim to detect deadlocks.
Compilation Instructions:
- Run python3 to execute file name 4600_proj_2.py