Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vic-lsh/os-banker-algo
- Owner: vic-lsh
- Created: 2019-04-02T15:02:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T02:18:35.000Z (over 5 years ago)
- Last Synced: 2024-03-20T04:25:49.754Z (10 months ago)
- Topics: banker-algorithm, deadlock-avoidance, deadlock-detection
- Language: C++
- Homepage:
- Size: 28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```