Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vic-lsh/os-banker-algo

Operating Systems Lab: Banker's Algorithm
https://github.com/vic-lsh/os-banker-algo

banker-algorithm deadlock-avoidance deadlock-detection

Last synced: about 1 month ago
JSON representation

Operating Systems Lab: Banker's Algorithm

Awesome Lists containing this project

README

        

# Lab 3: The Banker's Algorithm

## Getting started

```
make // compile
./exec test/input-x // run program, where x is the input number (01 to 13)
```