#python
- Calculator disk scheduling: SSTF, SCAN, FCFS, C_SCAN, LOOK, C_LOOK,
- Charting
# 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