Skip to content

KoftaCrew/DiskScheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk scheduling algorithm visualizer

Visualizing the following disk scheduling algorithms:

  • First Come, First Served (FCFS)
  • Shortest Seek Time First (SSTF)
  • SCAN (Elevator algorithm)
  • Circular SCAN (CSCAN)
  • LOOK
  • Circular LOOK (CLOOK)

Featuring a graphical user interface to show seek head movement and calculate total movement. Was made as an assignment for the Advanced Operating Systems course taught in Cairo University Faculty of Computers and Artificial Intelligence.

Screenshots

FCFS screenshot SCAN screenshot CLOOK screenshot

See also

About

Disk scheduling algorithm visualizer, with a GUI

Topics

Resources

Stars

Watchers

Forks

Languages