Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 717 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 717 Bytes

disk-scheduling-algorithms

#python

Usage

  • Calculator disk scheduling: SSTF, SCAN, FCFS, C_SCAN, LOOK, C_LOOK,
  • Charting

Image

Image of CanhhnaC Image of CanhhnaC Image of CanhhnaC

⚙️ Setup your own

# requirement:
 Python 3.7

# Clone repo
 $ git clone https://github.com/CanhhnaC/disk-scheduling-algorithms.git
 
 $ cd disk-scheduling-algorithms
 
# Create a virtualenv (Optional but recomment)
 $ python3 -m venv venv
 
# Activate the virtualenv
 $ venv/bin/activate  (Linux bash)
 & venv\Script\Activate.ps1 (Windows Powershell)

# Install all dependencies
 $ pip install -r requirements.txt
 
# Run
 $ python3 ./handle.py