Skip to content

CanhhnaC/disk-scheduling-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages