Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 347 Bytes

File metadata and controls

19 lines (12 loc) · 347 Bytes

Deadlock Detection and Prevention

Description

This is a python file to give a basic and general idea of how Resource Allocator Graph and Banker's Algorithm work

Installation

  1. Install the required packages

    $ pip install -r requirements.txt
  2. Run the python file

    $ python deadlock.py