/disk-scheduling

Simulation of the 6 Disk Scheduling Algorithms, in C++, all running in parallel on separate threads receiving at the same time the same input.

Primary LanguageC++

Disk Scheduling Algorithm

  • First Come First Serve (FCFS)

fcfs

  • Shortest Seek Time First (SSTF)

fcfs

  • SCAN (Elevator)

fcfs

  • Cscan (Circular Elevator)

fcfs

  • Clook (Circular LOOK)

fcfs

  • Look