Skip to content

JakeWelch131/Operating-Systems-Banker-s-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jacob Welch Spring 2024

Operating-Systems-Banker-s-Algorithm

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.

Summary of files

bankers.c: Main file for this assignment. Implements all functions including the banker's algorithm, and executes them in main().\

Extra notes

Project required for this program to be developed in a Linux environment. You may need to be within this environment to run this code.

Compilation

To compile and run the file, type the commands below:
$ gcc bankers.c -o bankers
$ ./bankers

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages