Jacob Welch Spring 2024
This project was assigned in Kent State University's Operating Systems course. The assignment was to implement the Banker's Algorithm to answer if a given system was in a safe state.
bankers.c: Main file for this assignment. Implements all functions including the banker's algorithm, and executes them in main().\
Project required for this program to be developed in a Linux environment. You may need to be within this environment to run this code.
To compile and run the file, type the commands below:
$ gcc bankers.c -o bankers
$ ./bankers