Skip to content

πŸ’Ώ calculate the avg seek time of FCFS, SSF, Elevator, and CSCAN.

Notifications You must be signed in to change notification settings

hollyt/disk-scheduling-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Average Seek Time of Some Disk Scheduling Algorithms

πŸ’Ώ About πŸ’Ώ

This program was a project from my Operating Systems class. It calculates the average seek time for the following disk scheduling algorithms:

  • First Come First Seeked (FCFS)
  • Shortest Seek First (SSF)
  • Elevator (SCAN)
  • Circular SCAN (CSCAN)

πŸ“€ Usage πŸ“€

./disk_scheduling.py <number of requests>

About

πŸ’Ώ calculate the avg seek time of FCFS, SSF, Elevator, and CSCAN.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages